MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / VideoPlaybackThread

Method VideoPlaybackThread

src/Qt/VideoPlaybackThread.cpp:24–28  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

22{
23 // Constructor
24 VideoPlaybackThread::VideoPlaybackThread(RendererBase *rb)
25 : Thread("video-playback"), renderer(rb)
26 , render(), reset(false)
27 {
28 }
29
30 // Destructor
31 VideoPlaybackThread::~VideoPlaybackThread()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected