ADC Home > Reference Library > Reference > Apple Applications > Final Cut Pro/Final Cut Express > FxPlug Reference
|
FxHostCapabilities.h
|
Defines the FxHostCapabilities object.
This header defines a class that describes the plug-in host environment.
FxTimeBase |
enum { kFxTimeBase_TIMELINE = 0, kFxTimeBase_CLIP = 1 };
kFxTimeBase_TIMELINE
kFxTimeBase_CLIP
A value of kFxTimeBase_TIMELINE means that times are absolute frame numbers, where zero is the start of the timeline. A value of kFxTimeBase_CLIP indicates that times are "clip-relative," meaning that zero is the start of the "clip." For generators and transitions, the clip is the effect itself. For filters, the clip is the video item to which the filter is applied.
|