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

Function MakeAudioDeviceList

src/extended/LabSound.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected