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)
20 :name: dvb-audio-write
35 - File descriptor returned by a previous call to open().
41 - Pointer to the buffer containing the PES data.
53 This system call can only be used if AUDIO_SOURCE_MEMORY is selected
54 in the ioctl call AUDIO_SELECT_SOURCE. The data provided shall be in
55 PES format. If O_NONBLOCK is not specified the function will block
56 until buffer space is available. The amount of data to be transferred is
72 - Mode AUDIO_SOURCE_MEMORY not selected.
78 - Attempted to write more data than the internal buffer can hold.
84 - fd is not a valid open file descriptor.