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

Method stop

src/player/player.cpp:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void Player::stop() {
318 mpv->stop();
319}
320
321bool Player::isFullscreen() {
322 return fullscreen;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected