Searched refs:WAVE_MAPPED_kDefaultCommunicationDevice (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_mixer_manager_win.cc | 24 #ifndef WAVE_MAPPED_kDefaultCommunicationDevice 25 #define WAVE_MAPPED_kDefaultCommunicationDevice 0x0010 macro 613 WAVE_MAPPED_kDefaultCommunicationDevice | WAVE_FORMAT_QUERY); in OpenSpeaker() 617 …hWaveOut, WAVE_MAPPER, &waveFormat, 0, 0, CALLBACK_NULL | WAVE_MAPPED_kDefaultCommunicationDevice); in OpenSpeaker() 835 WAVE_MAPPED_kDefaultCommunicationDevice | WAVE_FORMAT_QUERY); in OpenMicrophone() 839 …&hWaveIn, WAVE_MAPPER, &waveFormat, 0, 0, CALLBACK_NULL | WAVE_MAPPED_kDefaultCommunicationDevice); in OpenMicrophone()
|