Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h169 AudioDeviceModule::WindowsDeviceType OutputDevice() const {return _outputDevice;} in OutputDevice() function
Daudio_device_wave_win.cc473 if (_mixerManager.OpenSpeaker(OutputDevice()) == -1) in InitSpeaker()