HomeSort by relevance Sort by last modified time
    Searched refs:_speakerState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc 216 _speakerState[mixId].dwLineID = destLine.dwLineID;
217 _speakerState[mixId].speakerIsValid = true;
224 _speakerState[mixId].dwVolumeControlID = controlArray[c].dwControlID;
225 _speakerState[mixId].volumeControlIsValid = true;
230 _speakerState[mixId].dwMuteControlID = controlArray[c].dwControlID;
231 _speakerState[mixId].muteControlIsValid = true;
    [all...]
audio_mixer_manager_win.h 132 SpeakerLineInfo _speakerState[MAX_NUMBER_MIXER_DEVICES];

Completed in 108 milliseconds