Get current audio device or last attempted (if none succeeded)
| 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) { |
nothing calls this directly
no test coverage detected