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

Method isScrubbing

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

Source from the content-addressed store, hash-verified

43 void setLastDir(int d) { last_dir.store(d); }
44 void forceUserSeekFlag() { userSeeked.store(true); }
45 bool isScrubbing() const { return scrub_active.load(); }
46 bool getUserSeekedFlag() const { return userSeeked.load(); }
47 bool getPrerollOnNextFill() const { return preroll_on_next_fill.load(); }
48 bool getClearCacheOnNextFill() const { return clear_cache_on_next_fill.load(); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected