| 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() { |
no outgoing calls
no test coverage detected