| .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later |
| .. c:namespace:: DTV.audio |
| ========================= |
| ========================= |
| .. attention:: This ioctl is deprecated |
| .. c:function:: size_t write(int fd, const void *buf, size_t count) |
| - File descriptor returned by a previous call to open(). |
| - Pointer to the buffer containing the PES data. |
| This system call can only be used if AUDIO_SOURCE_MEMORY is selected |
| in the ioctl call AUDIO_SELECT_SOURCE. The data provided shall be in |
| PES format. If O_NONBLOCK is not specified the function will block |
| until buffer space is available. The amount of data to be transferred is |
| - Mode AUDIO_SOURCE_MEMORY not selected. |
| - Attempted to write more data than the internal buffer can hold. |
| - fd is not a valid open file descriptor. |