ADC Home > Reference Library > Reference > Apple Applications > Final Cut Pro/Final Cut Express > FxPlug Reference

 


FxHostCapabilities.h

Introduction

Defines the FxHostCapabilities object.

Discussion

This header defines a class that describes the plug-in host environment.



Classes

FxHostCapabilities
A source of information about the plug-in host environment


Enumerations


FxTimeBase


enum { 
    kFxTimeBase_TIMELINE = 0, 
    kFxTimeBase_CLIP = 1 
};  
Constants
kFxTimeBase_TIMELINE
kFxTimeBase_CLIP
Discussion

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.


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.
Last Updated: 2008-06-05