| 36 | } |
| 37 | |
| 38 | const AudioDeviceIndex GetDefaultOutputAudioDeviceIndex() |
| 39 | { |
| 40 | LOG_TRACE("GetDefaultOutputAudioDeviceIndex()"); |
| 41 | return AudioDevice::GetDefaultOutputAudioDeviceIndex(); |
| 42 | } |
| 43 | |
| 44 | const AudioDeviceIndex GetDefaultInputAudioDeviceIndex() |
| 45 | { |
no outgoing calls
no test coverage detected