Name

OfxTimeLineSuiteV1::getTimeBounds — Get the current bounds on a timeline

Synopsis

#include "ofxTimeLine.h" 
OfxStatus (*getTimeBounds) ( void * instance ,
  double * firstTime ,
  double * lastTime ) ;
 

Arguments

  • instance - is the instance of the effect changing the timeline, cast to a void
  • firstTime - is the first time on the timeline. This is in the temporal coordinate system of the effect.
  • lastTime - is last time on the timeline. This is in the temporal coordinate system of the effect.

Description

This function

Returns