Lines Matching full:audio
13 VIDIOC_G_AUDIO - VIDIOC_S_AUDIO - Query or select the current audio input and its attributes
38 To query the current audio input applications zero out the ``reserved``
42 has no audio inputs, or none which combine with the current video input.
44 Audio inputs have one writable property, the audio mode. To select the
45 current audio input *and* change the audio mode, applications initialize
48 ioctl. Drivers may switch to a different audio mode if the request
50 return the actual new audio mode.
63 - Identifies the audio input, set by the driver or application.
66 - Name of the audio input, a NUL-terminated ASCII string, for
71 - Audio capability flags, see :ref:`audio-capability`.
74 - Audio mode flags set by drivers and applications (on
75 :ref:`VIDIOC_S_AUDIO <VIDIOC_G_AUDIO>` ioctl), see :ref:`audio-mode`.
86 .. flat-table:: Audio Capability Flags
96 unless the audio input belongs to a tuner.
106 .. flat-table:: Audio Mode Flags
123 No audio inputs combine with the current video input, or the number
124 of the selected audio input is out of bounds or it does not combine.