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

Method GetMaxTime

src/Timeline.cpp:473–476  ·  view source on GitHub ↗

Compute the end time of the latest timeline element

Source from the content-addressed store, hash-verified

471
472// Compute the end time of the latest timeline element
473double Timeline::GetMaxTime() {
474 // Return cached max_time variable (threadsafe)
475 return max_time;
476}
477
478// Compute the highest frame# based on the latest time and FPS
479int64_t Timeline::GetMaxFrame() {

Callers 1

Timeline.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected