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

Method Keyframe

src/KeyFrame.h:61–61  ·  view source on GitHub ↗

Default constructor for the Keyframe class

Source from the content-addressed store, hash-verified

59 public:
60 /// Default constructor for the Keyframe class
61 Keyframe() = default;
62
63 /// Constructor which sets the default point & coordinate at X=1
64 Keyframe(double value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected