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

Method pause

src/player/player.cpp:299–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void Player::pause() {
300 mpv->pause();
301 pplay::Utility::setCpuClock(pplay::Utility::CpuClock::Min);
302#ifdef __SWITCH__
303 appletSetMediaPlaybackState(false);
304#endif
305}
306
307void Player::resume() {
308 mpv->resume();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected