Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc793 AudioDeviceID playDevices[MaxNumberDevices]; in PlayoutDevices() local
794 return GetNumberDevices(kAudioDevicePropertyScopeOutput, playDevices, in PlayoutDevices()
805 AudioDeviceID playDevices[MaxNumberDevices]; in SetPlayoutDevice() local
807 playDevices, MaxNumberDevices); in SetPlayoutDevice()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_device/mac/
H A Daudio_device_mac.cc806 AudioDeviceID playDevices[MaxNumberDevices]; in PlayoutDevices() local
807 return GetNumberDevices(kAudioDevicePropertyScopeOutput, playDevices, in PlayoutDevices()
818 AudioDeviceID playDevices[MaxNumberDevices]; in SetPlayoutDevice() local
820 playDevices, MaxNumberDevices); in SetPlayoutDevice()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc806 AudioDeviceID playDevices[MaxNumberDevices]; in PlayoutDevices() local
807 return GetNumberDevices(kAudioDevicePropertyScopeOutput, playDevices, in PlayoutDevices()
818 AudioDeviceID playDevices[MaxNumberDevices]; in SetPlayoutDevice() local
820 playDevices, MaxNumberDevices); in SetPlayoutDevice()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc812 AudioDeviceID playDevices[MaxNumberDevices]; in PlayoutDevices() local
813 return GetNumberDevices(kAudioDevicePropertyScopeOutput, playDevices, in PlayoutDevices()
824 AudioDeviceID playDevices[MaxNumberDevices]; in SetPlayoutDevice() local
826 playDevices, MaxNumberDevices); in SetPlayoutDevice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc806 AudioDeviceID playDevices[MaxNumberDevices]; in PlayoutDevices() local
807 return GetNumberDevices(kAudioDevicePropertyScopeOutput, playDevices, in PlayoutDevices()
818 AudioDeviceID playDevices[MaxNumberDevices]; in SetPlayoutDevice() local
820 playDevices, MaxNumberDevices); in SetPlayoutDevice()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc812 AudioDeviceID playDevices[MaxNumberDevices]; in PlayoutDevices() local
813 return GetNumberDevices(kAudioDevicePropertyScopeOutput, playDevices, in PlayoutDevices()
824 AudioDeviceID playDevices[MaxNumberDevices]; in SetPlayoutDevice() local
826 playDevices, MaxNumberDevices); in SetPlayoutDevice()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc812 AudioDeviceID playDevices[MaxNumberDevices]; in PlayoutDevices() local
813 return GetNumberDevices(kAudioDevicePropertyScopeOutput, playDevices, in PlayoutDevices()
824 AudioDeviceID playDevices[MaxNumberDevices]; in SetPlayoutDevice() local
826 playDevices, MaxNumberDevices); in SetPlayoutDevice()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc1065 AudioDeviceID playDevices[MaxNumberDevices]; in PlayoutDevices() local
1066 return GetNumberDevices(kAudioDevicePropertyScopeOutput, playDevices, in PlayoutDevices()
1079 AudioDeviceID playDevices[MaxNumberDevices]; in SetPlayoutDevice() local
1081 playDevices, MaxNumberDevices); in SetPlayoutDevice()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc886 AudioDeviceID playDevices[MaxNumberDevices]; in PlayoutDevices() local
887 return GetNumberDevices(kAudioDevicePropertyScopeOutput, playDevices, in PlayoutDevices()
898 AudioDeviceID playDevices[MaxNumberDevices]; in SetPlayoutDevice() local
900 playDevices, MaxNumberDevices); in SetPlayoutDevice()
/dports/net/opal/opal-3.10.10/samples/openphone/
H A Dmain.cxx3477 PStringList playDevices = PSoundChannel::GetDeviceNames(PSoundChannel::Player); in UpdateAudioDevices() local
3479 for (PINDEX i = 0; i < playDevices.GetSize(); i++) { in UpdateAudioDevices()
3480 if (recordDevices.GetValuesIndex(playDevices[i]) != P_MAX_INDEX) in UpdateAudioDevices()
3481 audioMenu->Append(id++, AudioDeviceNameToScreen(playDevices[i]), wxEmptyString, true); in UpdateAudioDevices()