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

Method getVideoStream

src/player/player.cpp:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282int Player::getVideoStream() {
283 return mpv->getVid();
284}
285
286int Player::getAudioStream() {
287 return mpv->getAid();

Callers 2

onOptionSelectionMethod · 0.80
setVisibilityMethod · 0.80

Calls 1

getVidMethod · 0.80

Tested by

no test coverage detected