MCPcopy Create free account
hub / github.com/LabSound/LabSound / GetDefaultOutputAudioDeviceIndex

Function GetDefaultOutputAudioDeviceIndex

src/extended/LabSound.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38const AudioDeviceIndex GetDefaultOutputAudioDeviceIndex()
39{
40 LOG_TRACE("GetDefaultOutputAudioDeviceIndex()");
41 return AudioDevice::GetDefaultOutputAudioDeviceIndex();
42}
43
44const AudioDeviceIndex GetDefaultInputAudioDeviceIndex()
45{

Calls

no outgoing calls

Tested by

no test coverage detected