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

Method setMinFramesAhead

tests/VideoCacheThread.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 void setLastCachedIndex(int64_t v) { last_cached_index.store(v); }
41 void setPlayhead(int64_t v) { requested_display_frame.store(v); }
42 void setMinFramesAhead(int64_t v) { min_frames_ahead.store(v); }
43 void setLastDir(int d) { last_dir.store(d); }
44 void forceUserSeekFlag() { userSeeked.store(true); }
45 bool isScrubbing() const { return scrub_active.load(); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected