3.2.8. DMX_STOP

3.2.8.1. Name

DMX_STOP

3.2.8.2. Synopsis

DMX_STOP

int ioctl(int fd, DMX_STOP)

3.2.8.3. Arguments

fd

File descriptor returned by open().

3.2.8.4. Description

This ioctl call is used to stop the actual filtering operation defined via the ioctl calls DMX_SET_FILTER or DMX_SET_PES_FILTER and started via the DMX_START command.

3.2.8.5. Return Value

On success 0 is returned.

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

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