MCPcopy Create free account
hub / github.com/audacity/audacity / GetDefaultInputDevice

Method GetDefaultInputDevice

libraries/lib-audio-devices/DeviceManager.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 return GetDefaultDevice(hostIndex, 0);
85}
86DeviceSourceMap* DeviceManager::GetDefaultInputDevice(int hostIndex)
87{
88 return GetDefaultDevice(hostIndex, 1);
89}
90
91//--------------- Device Enumeration --------------------------
92

Callers 3

UpdatePrefsMethod · 0.80
UpdatePrefsMethod · 0.80
OnHostMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected