| 223 | } |
| 224 | |
| 225 | void VideoBackendAV::Player_Play(VideoBackendPlayer& player) |
| 226 | { |
| 227 | PROFILE_CPU(); |
| 228 | auto& playerAV = player.GetBackendState<VideoPlayerAV>(); |
| 229 | playerAV.PendingPlay = true; |
| 230 | playerAV.PendingPause = false; |
| 231 | player.PlayAudio(); |
| 232 | } |
| 233 | |
| 234 | void VideoBackendAV::Player_Pause(VideoBackendPlayer& player) |
| 235 | { |