Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.cc1111 MIXERCONTROL mixerControl; in MaxSpeakerVolume() local
1115 if (!GetLineControl(mixerID, dwControlID, mixerControl)) in MaxSpeakerVolume()
1120 maxVolume = mixerControl.Bounds.dwMaximum; in MaxSpeakerVolume()
1140 MIXERCONTROL mixerControl; in MinSpeakerVolume() local
1144 if (!GetLineControl(mixerID, dwControlID, mixerControl)) in MinSpeakerVolume()
1149 minVolume = mixerControl.Bounds.dwMinimum; in MinSpeakerVolume()
1168 MIXERCONTROL mixerControl; in SpeakerVolumeStepSize() local
1172 if (!GetLineControl(mixerID, _speakerState[mixerID].dwVolumeControlID, mixerControl)) in SpeakerVolumeStepSize()
1177 stepSize = static_cast<uint16_t> (mixerControl.Metrics.cSteps); in SpeakerVolumeStepSize()
1573 MIXERCONTROL mixerControl; in MaxMicrophoneVolume() local
[all …]