| 80 | } |
| 81 | |
| 82 | DeviceSourceMap* DeviceManager::GetDefaultOutputDevice(int hostIndex) |
| 83 | { |
| 84 | return GetDefaultDevice(hostIndex, 0); |
| 85 | } |
| 86 | DeviceSourceMap* DeviceManager::GetDefaultInputDevice(int hostIndex) |
| 87 | { |
| 88 | return GetDefaultDevice(hostIndex, 1); |
no outgoing calls
no test coverage detected