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

Method Player_Play

Source/Engine/Video/MF/VideoBackendMF.cpp:537–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537void VideoBackendMF::Player_Play(VideoBackendPlayer& player)
538{
539 PROFILE_CPU();
540 auto& playerMF = player.GetBackendState<VideoPlayerMF>();
541 playerMF.Playing = 1;
542 player.PlayAudio();
543}
544
545void VideoBackendMF::Player_Pause(VideoBackendPlayer& player)
546{

Callers 1

PlayMethod · 0.45

Calls 1

PlayAudioMethod · 0.80

Tested by

no test coverage detected