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 -
  • time -

Description

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

Returns