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

Method Seek

src/Qt/AudioPlaybackThread.cpp:240–245  ·  view source on GitHub ↗

Seek the audio thread

Source from the content-addressed store, hash-verified

238
239 // Seek the audio thread
240 void AudioPlaybackThread::Seek(int64_t new_position)
241 {
242 if (source) {
243 source->Seek(new_position);
244 }
245 }
246
247 // Override Play and Stop to notify of state changes
248 void AudioPlaybackThread::Play() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected