Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
317
void Player::stop() {
318
mpv->stop();
319
}
320
321
bool Player::isFullscreen() {
322
return fullscreen;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected