MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / isAvailable

Method isAvailable

src/player/mpv.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215bool Mpv::isAvailable() {
216 return handle != nullptr;
217}
218
219bool Mpv::isStopped() {
220 int res = 1;

Callers 1

onUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected