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

Method getAudioStream

src/player/player.cpp:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286int Player::getAudioStream() {
287 return mpv->getAid();
288}
289
290int Player::getSubtitleStream() {
291 return mpv->getSid();

Callers 2

onOptionSelectionMethod · 0.80
setVisibilityMethod · 0.80

Calls 1

getAidMethod · 0.80

Tested by

no test coverage detected