Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
int Player::getVideoStream() {
283
return mpv->getVid();
284
}
285
286
int Player::getAudioStream() {
287
return mpv->getAid();
Callers
2
onOptionSelection
Method · 0.80
setVisibility
Method · 0.80
Calls
1
getVid
Method · 0.80
Tested by
no test coverage detected