Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~MediaPlayer
Method · 0.80
setFileName
Method · 0.80
setURL
Method · 0.80
Calls
1
close
Method · 0.45
Tested by
no test coverage detected