1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.video
15 .. attention:: This ioctl is deprecated.
20 .. c:function:: size_t write(int fd, const void *buf, size_t count)
33 - File descriptor returned by a previous call to open().
39 - Pointer to the buffer containing the PES data.
50 This system call can only be used if VIDEO_SOURCE_MEMORY is selected
51 in the ioctl call VIDEO_SELECT_SOURCE. The data provided shall be in
52 PES format, unless the capability allows other formats. If O_NONBLOCK
53 is not specified the function will block until buffer space is
54 available. The amount of data to be transferred is implied by count.
67 - Mode VIDEO_SOURCE_MEMORY not selected.
73 - Attempted to write more data than the internal buffer can hold.
79 - fd is not a valid open file descriptor.