OfxTimeLineSuiteV1::gotoTime
— Move the timeline control to the indicated time.
#include "ofxTimeLine.h"
OfxStatus
(*gotoTime)
(
|
void * instance , |
double
time
)
;
|
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).
kOfxStatOK
- the time was changed sucessfully, will all side effects if the change completed
kOfxStatFailed
- the change failed for some host specific reason
kOfxStatErrBadHandle
- the effect handle was invalid
kOfxStatErrValue
- the time was an illegal value