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

Method setVideoCache

src/AudioReaderSource.h:89–89  ·  view source on GitHub ↗

Set playback video cache thread (for pre-roll reference)

Source from the content-addressed store, hash-verified

87
88 /// Set playback video cache thread (for pre-roll reference)
89 void setVideoCache(openshot::VideoCacheThread *newCache) { videoCache = newCache; }
90
91 /// Set Reader
92 void Reader(ReaderBase *audio_reader) { reader = audio_reader; }

Callers 1

ReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected