Home
last modified time | relevance | path

Searched refs:SOUND_MIXER_VOLUME (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1450 #define SOUND_MIXER_VOLUME 0 macro
1540 #define SOUND_MASK_VOLUME (1 << SOUND_MIXER_VOLUME)
1578 #define SOUND_MIXER_READ_VOLUME MIXER_READ(SOUND_MIXER_VOLUME)
1608 #define SOUND_MIXER_WRITE_VOLUME MIXER_WRITE(SOUND_MIXER_VOLUME)
/third_party/python/Doc/library/
Dossaudiodev.rst389 For most purposes, the :const:`SOUND_MIXER_VOLUME` (master volume) and
392 Ultrasound, for example, :const:`SOUND_MIXER_VOLUME` does not exist.
/third_party/python/Modules/
Dossaudiodev.c1171 _EXPORT_INT(m, SOUND_MIXER_VOLUME); in PyInit_ossaudiodev()