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 It's good, but... Not helpful...
Last Updated: 2009-04-14