MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Player_Play

Method Player_Play

Source/Engine/Video/AV/VideoBackendAV.cpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void 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
234void VideoBackendAV::Player_Pause(VideoBackendPlayer& player)
235{

Callers

nothing calls this directly

Calls 1

PlayAudioMethod · 0.80

Tested by

no test coverage detected