2016-07-05 13:37:31 +00:00
|
|
|
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
|
|
|
|
.. _VIDEO_SET_HIGHLIGHT:
|
|
|
|
|
2016-07-05 10:58:48 +00:00
|
|
|
===================
|
2016-07-05 13:37:31 +00:00
|
|
|
VIDEO_SET_HIGHLIGHT
|
|
|
|
===================
|
|
|
|
|
2016-07-05 10:58:48 +00:00
|
|
|
NAME
|
|
|
|
----
|
2016-07-05 13:37:31 +00:00
|
|
|
|
2016-07-05 10:58:48 +00:00
|
|
|
VIDEO_SET_HIGHLIGHT
|
2016-07-05 13:37:31 +00:00
|
|
|
|
2016-07-05 10:58:48 +00:00
|
|
|
SYNOPSIS
|
2016-07-05 13:37:31 +00:00
|
|
|
--------
|
|
|
|
|
|
|
|
.. c:function:: int ioctl(fd, int request = VIDEO_SET_HIGHLIGHT ,video_highlight_t *vhilite)
|
|
|
|
|
|
|
|
|
2016-07-05 10:58:48 +00:00
|
|
|
ARGUMENTS
|
|
|
|
---------
|
2016-07-05 13:37:31 +00:00
|
|
|
|
|
|
|
.. flat-table::
|
|
|
|
:header-rows: 0
|
|
|
|
:stub-columns: 0
|
|
|
|
|
|
|
|
|
|
|
|
- .. row 1
|
|
|
|
|
|
|
|
- int fd
|
|
|
|
|
|
|
|
- File descriptor returned by a previous call to open().
|
|
|
|
|
|
|
|
- .. row 2
|
|
|
|
|
|
|
|
- int request
|
|
|
|
|
|
|
|
- Equals VIDEO_SET_HIGHLIGHT for this command.
|
|
|
|
|
|
|
|
- .. row 3
|
|
|
|
|
|
|
|
- video_highlight_t \*vhilite
|
|
|
|
|
|
|
|
- SPU Highlight information according to section ??.
|
|
|
|
|
|
|
|
|
2016-07-05 10:58:48 +00:00
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
|
|
|
|
This ioctl sets the SPU highlight information for the menu access of a
|
|
|
|
DVD.
|
|
|
|
|
|
|
|
|
|
|
|
RETURN VALUE
|
2016-07-05 13:37:31 +00:00
|
|
|
------------
|
|
|
|
|
|
|
|
On success 0 is returned, on error -1 and the ``errno`` variable is set
|
|
|
|
appropriately. The generic error codes are described at the
|
|
|
|
:ref:`Generic Error Codes <gen-errors>` chapter.
|