MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~VideoPlayer

Method ~VideoPlayer

Source/Engine/Video/VideoPlayer.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18VideoPlayer::~VideoPlayer()
19{
20 // Ensure to free player memory
21 Stop();
22 if (_player.Backend)
23 _player.Backend->Player_Destroy(_player);
24}
25
26void VideoPlayer::SetIsLooping(bool value)
27{

Callers

nothing calls this directly

Calls 2

StopFunction · 0.50
Player_DestroyMethod · 0.45

Tested by

no test coverage detected