1 .. -*- coding: utf-8; mode: rst -*-
14 .. attention:: This ioctl is deprecated
19 .. c:function:: int ioctl(fd, AUDIO_SET_EXT_ID, int id)
20 :name: AUDIO_SET_EXT_ID
34 - File descriptor returned by a previous call to open().
46 This ioctl can be used to set the extension id for MPEG streams in DVD
47 playback. Only the first 3 bits are recognized.
53 On success 0 is returned, on error -1 and the ``errno`` variable is set
54 appropriately. The generic error codes are described at the
55 :ref:`Generic Error Codes <gen-errors>` chapter.
66 - id is not a valid id.