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

Method Reader

src/Qt/VideoCacheThread.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 void VideoCacheThread::Reader(ReaderBase* new_reader)
137 {
138 std::lock_guard<std::mutex> guard(seek_state_mutex);
139 reader = new_reader;
140 seen_timeline_cache_epoch = 0;
141 timeline_cache_epoch_initialized = false;
142 Play();
143 }
144
145 void VideoCacheThread::Seek(int64_t new_position, bool start_preroll)
146 {

Callers 1

openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected