| 276 | } |
| 277 | |
| 278 | void VideoBackendPlayer::PlayAudio() |
| 279 | { |
| 280 | if (AudioSource) |
| 281 | { |
| 282 | IsAudioPlayPending = 0; |
| 283 | AudioBackend::Source::Play(AudioSource); |
| 284 | } |
| 285 | } |
| 286 | |
| 287 | void VideoBackendPlayer::PauseAudio() |
| 288 | { |
no outgoing calls
no test coverage detected