Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ setPlaybackController
Method
setPlaybackController
YUViewLib/src/ui/views/SplitViewWidget.cpp:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
playlist = p;
119
}
120
void splitViewWidget::setPlaybackController(PlaybackController *p)
121
{
122
playback = p;
123
}
124
void splitViewWidget::setVideoCache(video::VideoCache *p)
125
{
126
cache = p;
Callers
1
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected