Name

OfxTimeLineSuiteV1::gotoTime — Move the timeline control to the indicated time.

Synopsis

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

Arguments

  • instance - is the instance of the effect changing the timeline, cast to a void
  • time - is the time to change the timeline to. This is in the temporal coordinate system of the effect.

Description

This function moves the timeline to the indicated frame and returns. Any side effects of the timeline change are also triggered and completed before this returns (for example instance changed actions and renders if the output of the effect is being viewed).

Returns