1 .. -*- coding: utf-8; mode: rst -*-
18 .. cpp: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.
51 This system call can only be used if AUDIO_SOURCE_MEMORY is selected
52 in the ioctl call AUDIO_SELECT_SOURCE. The data provided shall be in
53 PES format. If O_NONBLOCK is not specified the function will block
54 until buffer space is available. The amount of data to be transferred is
70 - Mode AUDIO_SOURCE_MEMORY not selected.
76 - Attempted to write more data than the internal buffer can hold.
82 - fd is not a valid open file descriptor.