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

Method GetBaseFPS

src/TrackedObjectBBox.cpp:218–220  ·  view source on GitHub ↗

Return the object's BaseFps

Source from the content-addressed store, hash-verified

216
217// Return the object's BaseFps
218Fraction TrackedObjectBBox::GetBaseFPS(){
219 return BaseFps;
220}
221
222// Get the time of the given frame
223double TrackedObjectBBox::FrameNToTime(int64_t frame_number, double time_scale) const{

Callers 1

KeyFrame.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected