Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc1909 AudioObjectPropertyScope deviceScope; in InitDevice() local
1914 deviceScope = kAudioDevicePropertyScopeInput; in InitDevice()
1917 deviceScope = kAudioDevicePropertyScopeOutput; in InitDevice()
1927 GetNumberDevices(deviceScope, deviceIds, MaxNumberDevices); in InitDevice()
1963 propertyAddress.mScope = deviceScope; in InitDevice()