MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetAudioDeviceNames

Method GetAudioDeviceNames

src/QtPlayer.cpp:75–78  ·  view source on GitHub ↗

Get vector of audio device names & types

Source from the content-addressed store, hash-verified

73
74 /// Get vector of audio device names & types
75 AudioDeviceList QtPlayer::GetAudioDeviceNames() {
76 AudioDevices devs;
77 return devs.getNames();
78 }
79
80 // Get current audio device or last attempted (if none succeeded)
81 AudioDeviceInfo QtPlayer::GetCurrentAudioDevice() {

Callers

nothing calls this directly

Calls 1

getNamesMethod · 0.80

Tested by

no test coverage detected