| 30 | namespace lab |
| 31 | { |
| 32 | const std::vector<AudioDeviceInfo> MakeAudioDeviceList() |
| 33 | { |
| 34 | LOG_TRACE("MakeAudioDeviceList()"); |
| 35 | return AudioDevice::MakeAudioDeviceList(); |
| 36 | } |
| 37 | |
| 38 | const AudioDeviceIndex GetDefaultOutputAudioDeviceIndex() |
| 39 | { |
no outgoing calls
no test coverage detected