Carbon


kQTEventType

Header: Movies.h

enum {
    kQTEventType = 'evnt',
    kAction = 'actn',
    kWhichAction = 'whic',
    kActionParameter = 'parm',
    kActionTarget = 'targ',
    kActionFlags = 'flag',
    kActionParameterMinValue = 'minv',
    kActionParameterMaxValue = 'maxv',
    kActionListAtomType = 'list',
    kExpressionContainerAtomType = 'expr',
    kConditionalAtomType = 'test',
    kOperatorAtomType = 'oper',
    kOperandAtomType = 'oprn',
    kCommentAtomType = 'why ',
    kCustomActionHandler = ''cust'',
    kCustomHandlerID = ''id  '',
    kCustomHandlerDesc = ''desc'',
    kQTEventRecordAtomType = ''erec''
};

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