1 .. -*- coding: utf-8; mode: rst -*-
3 .. _AUDIO_SET_ATTRIBUTES:
14 .. attention:: This ioctl is deprecated
20 .. c:function:: int ioctl(fd, AUDIO_SET_ATTRIBUTES, struct audio_attributes *attr )
21 :name: AUDIO_SET_ATTRIBUTES
35 - File descriptor returned by a previous call to open().
39 - audio_attributes_t attr
41 - audio attributes according to section ??
47 This ioctl is intended for DVD playback and allows you to set certain
48 information about the audio stream.
54 On success 0 is returned, on error -1 and the ``errno`` variable is set
55 appropriately. The generic error codes are described at the
56 :ref:`Generic Error Codes <gen-errors>` chapter.
67 - attr is not a valid or supported attribute setting.