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

Method GetDefaultOutputDevice

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

Source from the content-addressed store, hash-verified

80}
81
82DeviceSourceMap* DeviceManager::GetDefaultOutputDevice(int hostIndex)
83{
84 return GetDefaultDevice(hostIndex, 0);
85}
86DeviceSourceMap* DeviceManager::GetDefaultInputDevice(int hostIndex)
87{
88 return GetDefaultDevice(hostIndex, 1);

Callers 2

UpdatePrefsMethod · 0.80
OnHostMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected