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

Method getUserSeekedFlag

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

Source from the content-addressed store, hash-verified

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(); }
49 int64_t getRequestedDisplayFrame() const { return requested_display_frame.load(); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected