7.1.2.31. VIDEO_GET_NAVI

7.1.2.31.1. Name

VIDEO_GET_NAVI

7.1.2.31.2. Synopsis

int ioctl(fd, int request = VIDEO_GET_NAVI, video_navi_pack_t *navipack)

7.1.2.31.3. Arguments

int fd File descriptor returned by a previous call to open().
int request Equals VIDEO_GET_NAVI for this command.
video_navi_pack_t *navipack PCI or DSI pack (private stream 2) according to section ??.

7.1.2.31.4. Description

This ioctl returns navigational information from the DVD stream. This is especially needed if an encoded stream has to be decoded by the hardware.

7.1.2.31.5. Return Value

On success 0 is returned, on error -1 and the errno variable is set appropriately. The generic error codes are described at the Generic Error Codes chapter.

EFAULT driver is not able to return navigational information