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

Method ParentTimeline

src/ClipBase.h:91–91  ·  view source on GitHub ↗

< Get the length of this clip (in seconds)

Source from the content-addressed store, hash-verified

89 virtual float End() const { return end; } ///< Get end position (in seconds) of clip (trim end of video)
90 float Duration() const { return end - start; } ///< Get the length of this clip (in seconds)
91 virtual openshot::TimelineBase* ParentTimeline() { return timeline; } ///< Get the associated Timeline pointer (if any)
92
93 // Set basic properties
94 void Id(std::string value) { id = value; } ///> Set the Id of this clip object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected