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

Method GetCurrentAudioDevice

src/QtPlayer.cpp:81–83  ·  view source on GitHub ↗

Get current audio device or last attempted (if none succeeded)

Source from the content-addressed store, hash-verified

79
80 // Get current audio device or last attempted (if none succeeded)
81 AudioDeviceInfo QtPlayer::GetCurrentAudioDevice() {
82 return p->audioPlayback->getCurrentAudioDevice();
83 }
84
85 // Set the source JSON of an openshot::Timelime
86 void QtPlayer::SetTimelineSource(const std::string &json) {

Callers

nothing calls this directly

Calls 1

getCurrentAudioDeviceMethod · 0.80

Tested by

no test coverage detected