#include <ofxTimeLine.h>
This suite is used to enquire and control a timeline associated with a plug-in instance.
This is an optional suite in the Image Effect API.
Public Attributes | |
| OfxStatus(* | getTime )(void *instance, double *time) |
| Get the time value of the timeline that is controlling to the indicated effect. | |
| OfxStatus(* | gotoTime )(void *instance, double time) |
| Move the timeline control to the indicated time. | |
| OfxStatus(* | getTimeBounds )(void *instance, double *firstTime, double *lastTime) |
| Get the current bounds on a timeline. | |
|
|
Get the time value of the timeline that is controlling to the indicated effect.
|
|
|
Get the current bounds on a timeline.
|
|
|
Move the timeline control to the indicated time.
|