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

Method isPlaybackEnded

core/media/AndroidMediaEngine.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 return context && JniHelper::callBooleanMethod(className, "stop", context);
156}
157bool AndroidMediaEngine::isPlaybackEnded() const
158{
159 return context && JniHelper::callBooleanMethod(className, "isPlaybackEnded", context);
160}
161MEMediaState AndroidMediaEngine::getState() const
162{
163 return context ? (MEMediaState)JniHelper::callIntMethod(className, "getState", context) : MEMediaState::Closed;

Callers 1

MediaPlayerMethod · 0.45

Calls 1

callBooleanMethodFunction · 0.85

Tested by

no test coverage detected