< Get the length of this clip (in seconds)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected