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

Method setVideoStream

src/player/player.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void Player::setVideoStream(int streamId) {
268 printf("Player::setVideoStream: %i\n", streamId);
269 mpv->setVid(streamId);
270}
271
272void Player::setAudioStream(int streamId) {
273 printf("Player::setAudioStream: %i\n", streamId);

Callers 1

onOptionSelectionMethod · 0.80

Calls 1

setVidMethod · 0.80

Tested by

no test coverage detected