3.2.14. DMX_ADD_PID

3.2.14.1. Name

DMX_ADD_PID

3.2.14.2. Synopsis

DMX_ADD_PID

int ioctl(fd, DMX_ADD_PID, __u16 *pid)

3.2.14.3. Arguments

fd

File descriptor returned by open().

pid

PID number to be filtered.

3.2.14.4. Description

This ioctl call allows to add multiple PIDs to a transport stream filter previously set up with DMX_SET_PES_FILTER and output equal to DMX_OUT_TSDEMUX_TAP.

3.2.14.5. Return Value

On success 0 is returned.

On error -1 is returned, and the errno variable is set appropriately.

Generic error codes are described at the Generic Error Codes chapter.