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

Method GetMinTime

src/Timeline.cpp:495–498  ·  view source on GitHub ↗

Compute the start time of the first timeline clip

Source from the content-addressed store, hash-verified

493
494// Compute the start time of the first timeline clip
495double Timeline::GetMinTime() {
496 // Return cached min_time variable (threadsafe)
497 return min_time;
498}
499
500// Apply a FrameMapper to a clip which matches the settings of this timeline
501void Timeline::apply_mapper_to_clip(Clip* clip)

Callers 1

Timeline.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected