1 .. -*- coding: utf-8; mode: rst -*-
14 .. attention:: This ioctl is deprecated.
19 .. c:function:: size_t write(int fd, const void *buf, size_t count)
34 - File descriptor returned by a previous call to open().
40 - Pointer to the buffer containing the PES data.
52 This system call can only be used if VIDEO_SOURCE_MEMORY is selected
53 in the ioctl call VIDEO_SELECT_SOURCE. The data provided shall be in
54 PES format, unless the capability allows other formats. If O_NONBLOCK
55 is not specified the function will block until buffer space is
56 available. The amount of data to be transferred is implied by count.
71 - Mode VIDEO_SOURCE_MEMORY not selected.
77 - Attempted to write more data than the internal buffer can hold.
83 - fd is not a valid open file descriptor.