Name

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

Synopsis

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

Arguments

  • instance -
  • time -

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