| 294 | } |
| 295 | |
| 296 | void VideoBackendPlayer::StopAudio() |
| 297 | { |
| 298 | if (AudioSource) |
| 299 | { |
| 300 | AudioBackend::Source::Stop(AudioSource); |
| 301 | IsAudioPlayPending = 1; |
| 302 | } |
| 303 | } |
| 304 | |
| 305 | void VideoBackendPlayer::InitVideoFrame() |
| 306 | { |
no test coverage detected