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

Method CloseAudioDevice

src/QtPlayer.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void QtPlayer::CloseAudioDevice()
51 {
52 // Close audio device (only do this once, when all audio playback is finished)
53 openshot::AudioDeviceManagerSingleton::Instance()->CloseAudioDevice();
54 }
55
56 // Return any error string during initialization
57 std::string QtPlayer::GetError() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected