Name

OfxTimeLineSuiteV1::getTime — Get the time value of the timeline that is controlling to the indicated effect.

Synopsis

#include "ofxTimeLine.h" 
OfxStatus (*getTime) ( void * instance ,
  double * time ) ;
 

Arguments

  • instance - is the instance of the effect changing the timeline, cast to a void
  • time - a pointer through which the timeline value should be returned

Description

This function returns the current time value of the timeline associated with the effect instance.

Returns