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

Method ExactlyContains

src/TrackedObjectBase.h:66–66  ·  view source on GitHub ↗

Check if there is data for the exact frame number

Source from the content-addressed store, hash-verified

64
65 /// Check if there is data for the exact frame number
66 virtual bool ExactlyContains(int64_t frame_number) const { return {}; };
67
68 /// Scale an object's property
69 virtual void ScalePoints(double scale) { return; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected