Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.cc1844 …MIXERLINECONTROLS mlineControls; // contains information about the controls of an audio… in GetAllLineControls() local
1846 mlineControls.dwLineID = line.dwLineID; // unique audio line identifier in GetAllLineControls()
1847 mlineControls.cControls = line.cControls; // number of controls associated with the line in GetAllLineControls()
1848mlineControls.pamxctrl = controlArray; // points to the first MIXERCONTROL structure to be fi… in GetAllLineControls()
1849 mlineControls.cbStruct = sizeof(MIXERLINECONTROLS); in GetAllLineControls()
1850 mlineControls.cbmxctrl = sizeof(MIXERCONTROL); in GetAllLineControls()
1854 …res = mixerGetLineControls(reinterpret_cast<HMIXEROBJ>(mixId), &mlineControls, MIXER_OBJECTF_MIXER… in GetAllLineControls()