Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc356 int16_t numDevsPlay = p->PlayoutDevices(); in CoreAudioIsSupported() local
357 for (uint16_t i = 0; i < numDevsPlay; i++) in CoreAudioIsSupported()