MCPcopy Create free account
hub / github.com/axmolengine/axmol / closePlayer

Method closePlayer

core/ui/UIMediaPlayer.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 bool _scaleDirty = false;
81
82 void closePlayer()
83 {
84 if (_engine)
85 _engine->close();
86 }
87
88 void rescaleTo(MediaPlayer* videoView)
89 {

Callers 3

~MediaPlayerMethod · 0.80
setFileNameMethod · 0.80
setURLMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected