Carbon


EffectSource

Header: ImageCodec.h

struct EffectSource {
    SInt32 effectType; 
    Ptr data; 
    SourceData source; 
    EffectSourcePtr next; 
    TimeValue lastTranslatedFrameTime; 
    TimeValue lastFrameDuration; 
    TimeValue lastFrameTimeScale;
};
typedef EffectSource EffectSourcePtr;

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)