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

Method getSpeed

src/Qt/VideoCacheThread.h:63–63  ·  view source on GitHub ↗

@return The current speed (1=normal, 2=fast, –1=rewind, etc.)

Source from the content-addressed store, hash-verified

61
62 /// @return The current speed (1=normal, 2=fast, –1=rewind, etc.)
63 int getSpeed() const { return speed.load(); }
64
65 /// Backward-compatible alias for playback position updates (no seek side effects).
66 void Seek(int64_t new_position);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected