TuttleOFX  1
ofxTimeLine.h File Reference
#include "ofxCore.h"
Include dependency graph for ofxTimeLine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  OfxTimeLineSuiteV1
 Suite to control timelines. More...

Defines

#define kOfxTimeLineSuite   "OfxTimeLineSuite"
 Name of the time line suite.

Typedefs

typedef struct OfxTimeLineSuiteV1 OfxTimeLineSuiteV1
 Suite to control timelines.

Define Documentation

#define kOfxTimeLineSuite   "OfxTimeLineSuite"

Name of the time line suite.

Definition at line 36 of file ofxTimeLine.h.

Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectHost::fetchSuite(), and OFX::Private::loadAction().


Typedef Documentation

Suite to control timelines.

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.