AAFA Developer Support

Classes | Public Types | Public Attributes
IAAFTypes Interface Reference

List of all members.

Classes

struct  _aafDateStruct_t
struct  _aafDefaultFade_t
struct  _aafDefinitionCrit_t
struct  _aafEdgecode_t
struct  _aafIdentificationCrit_t
struct  _aafMediaCriteria_t
struct  _aafmMultiCreate_t
struct  _aafmMultiResult_t
struct  _aafmMultiXfer_t
struct  _aafMobComment_t
struct  _aafMobID_t
struct  _aafProductIdentification_t
struct  _aafProductVersion_t
struct  _aafRational_t
struct  _aafRect_t
struct  _aafRGBAComponent_t
struct  _aafSearchCrit_t
struct  _aafSearchDictionaryCrit_t
struct  _aafSourceRef_t
struct  _aafTimecode_t
struct  _aafTimeStamp_t
struct  _aafTimeStruct_t
struct  _aafUID_t
struct  _aafVersionType_t

Public Types

enum  _aafBoolean_e { kAAFFalse = 0, kAAFTrue = 1 }
enum  _aafMAX_NUM_RGBA_COMPS_e { MAX_NUM_RGBA_COMPS = 8 }
enum  _aafFileRev_e { kAAFRev1 = 0, kAAFRev2 = 1 }
enum  _aafMediaOpenMode_e { kAAFMediaOpenReadOnly = 0, kAAFMediaOpenAppend = 1 }
enum  _aafFieldDom_e { kAAFDominantField1 = 0, kAAFDominantField2 = 1, kAAFNoDominant = 2 }
enum  _aafFieldTop_e { kAAFTopField1 = 0, kAAFTopField2 = 1, kAAFTopFieldNone = 2 }
enum  _aafAlphaTransparency_e { kAAFMinValueTransparent = 0, kAAFMaxValueTransparent = 1 }
enum  _aafFieldNumber_e { kAAFUnspecifiedField = 0, kAAFFieldOne = 1, kAAFFieldTwo = 2 }
enum  _aafPixelFormat_e { kAAFPixNone = 0, kAAFPixRGBA = 1, kAAFPixYUV = 2 }
enum  _aafFileExistence_e { kAAFFileExistence_new = 1, kAAFFileExistence_existing = 2 }
enum  _aafFileAccess_e { kAAFFileAccess_none = 0, kAAFFileAccess_read = 1 << 0, kAAFFileAccess_write = 1 << 1, kAAFFileAccess_modify = kAAFFileAccess_read | kAAFFileAccess_write }
enum  _aafJPEGcomponent_e { kAAFJcLuminance = 0, kAAFJcChrominance = 1, kAAFJcLuminanceFP16 = 2, kAAFJcChrominanceFP16 = 3 }
enum  _aafCompressEnable_e { kAAFCompressionEnable = 0, kAAFCompressionDisable = 1 }
enum  _aafFileFormat_e { kAAFEssence = 0, kAAFForeignMedia = 1 }
enum  _aafDropType_e { kAAFTcNonDrop = 0, kAAFTcDrop = 1 }
enum  _aafFrameLayout_e {
  kAAFFullFrame = 0, kAAFSeparateFields = 1, kAAFOneField = 2, kAAFMixedFields = 3,
  kAAFSegmentedFrame = 4
}
enum  _aafElectroSpatialFormulation_e {
  kAAFElectroSpatialFormulation_Default = 0, kAAFElectroSpatialFormulation_TwoChannelMode = 1, kAAFElectroSpatialFormulation_SingleChannelMode = 2, kAAFElectroSpatialFormulation_PrimarySecondaryMode = 3,
  kAAFElectroSpatialFormulation_StereophonicMode = 4, kAAFElectroSpatialFormulation_SingleChannelDoubleSamplingFrequencyMode = 7, kAAFElectroSpatialFormulation_StereoLeftChannelDoubleSamplingFrequencyMode = 8, kAAFElectroSpatialFormulation_StereoRightChannelDoubleSamplingFrequencyMode = 9,
  kAAFElectroSpatialFormulation_MultiChannelMode = 15
}
enum  _aafEmphasisType_e {
  kAAFEmphasis_Unknown = 0, kAAFEmphasis_Reserved0 = 1, kAAFEmphasis_Reserved1 = 2, kAAFEmphasis_Reserved2 = 3,
  kAAFEmphasis_None = 4, kAAFEmphasis_Reserved3 = 5, kAAFEmphasis_15and50 = 6, kAAFEmphasis_ITU = 7
}
enum  _aafAuxBitsModeType_e {
  kAAFAuxBitsMode_NotDefined = 0, kAAFAuxBitsMode_MainAudioSampleData = 1, kAAFAuxBitsMode_SingleCoordinationSignal = 2, kAAFAuxBitsMode_UserDefined = 3,
  kAAFAuxBitsMode_Reserved0 = 4, kAAFAuxBitsMode_Reserved1 = 5, kAAFAuxBitsMode_Reserved2 = 6, kAAFAuxBitsMode_Reserved3 = 7
}
enum  _aafChannelStatusModeType_e {
  kAAFChannelStatusMode_None = 0, kAAFChannelStatusMode_Minimum = 1, kAAFChannelStatusMode_Standard = 2, kAAFChannelStatusMode_Fixed = 3,
  kAAFChannelStatusMode_Stream = 4, kAAFChannelStatusMode_Essence = 5
}
enum  _aafUserDataModeType_e {
  kAAFUserDataMode_NotDefined = 0, kAAFUserDataMode_192BitBlockStructure = 1, kAAFUserDataMode_AES18 = 2, kAAFUserDataMode_UserDefined = 3,
  kAAFUserDataMode_IEC = 4, kAAFUserDataMode_Metadata = 5, kAAFUserDataMode_Reserved0 = 6, kAAFUserDataMode_Reserved1 = 7,
  kAAFUserDataMode_Reserved2 = 8, kAAFUserDataMode_Reserved3 = 9, kAAFUserDataMode_Reserved4 = 10, kAAFUserDataMode_Reserved5 = 11,
  kAAFUserDataMode_Reserved6 = 12, kAAFUserDataMode_Reserved7 = 13, kAAFUserDataMode_Reserved8 = 14, kAAFUserDataMode_Reserved9 = 15
}
enum  _aafSignalStandard_e {
  kAAFSignalStandard_None = 0, kAAFSignalStandard_ITU601 = 1, kAAFSignalStandard_ITU1358 = 2, kAAFSignalStandard_SMPTE347M = 3,
  kAAFSignalStandard_SMPTE274M = 4, kAAFSignalStandard_SMPTE296M = 5, kAAFSignalStandard_SMPTE349M = 6
}
enum  _aafScanningDirection_e {
  kAAFScanningDirection_LeftToRightTopToBottom = 0, kAAFScanningDirection_RightToLeftTopToBottom = 1, kAAFScanningDirection_LeftToRightBottomToTop = 2, kAAFScanningDirection_RightToLeftBottomToTop = 3,
  kAAFScanningDirection_TopToBottomLeftToRight = 4, kAAFScanningDirection_TopToBottomRightToLeft = 5, kAAFScanningDirection_BottomToTopLeftToRight = 6, kAAFScanningDirection_BottomToTopRightToLeft = 7
}
enum  _aafContentScanningType_e { kAAFContentScanning_NotKnown = 0, kAAFContentScanning_Progressive = 1, kAAFContentScanning_Interlace = 2, kAAFContentScanning_Mixed = 3 }
enum  _aafTitleAlignmentType_e { kAAFTitleAlignment_Left = 0, kAAFTitleAlignment_Center = 1, kAAFTitleAlignment_Right = 2 }
enum  _aafColorSiting_e {
  kAAFCoSiting = 0, kAAFAveraging = 1, kAAFThreeTap = 2, kAAFQuincunx = 3,
  kAAFRec601 = 4, kAAFUnknownSiting = 255
}
enum  _aafPropertyOpt_e { kAAFPropRequired = 0, kAAFPropOptional = 1 }
enum  _AAFDataDefinitionMatch_e { kAAFExactMatch = 0, kAAFConvertTo = 1, kAAFConvertFrom = 2 }
enum  _aafAppendOption_e { kAAFAppend = 0, kAAFForceOverwrite = 1 }
enum  _aafReferenceType_e {
  kAAFRefLimitMinimum = 0, kAAFRefLimitMaximum = 1, kAAFRefMinimum = 2, kAAFRefMaximum = 3,
  kAAFRefEnumvalue = 4
}
enum  _aafSwapNeeded_e { kAAFSwapIfNeeded = 0, kAAFNeverSwap = 1 }
enum  _aafTimecodeSourceType_e { kAAFTimecodeLTC = 0, kAAFTimecodeVITC = 1 }
enum  _aafMobKind_e {
  kAAFCompMob = 0, kAAFMasterMob = 1, kAAFFileMob = 2, kAAFTapeMob = 3,
  kAAFFilmMob = 4, kAAFPrimaryMob = 5, kAAFAllMob = 6, kAAFPhysicalMob = 7
}
enum  _aafOperationChoice_e {
  kAAFFindNull = 0, kAAFFindIncoming = 1, kAAFFindOutgoing = 2, kAAFFindRender = 3,
  kAAFFindOperationSrc1 = 4, kAAFFindOperationSrc2 = 5, kAAFFindOperationSrc3 = 6, kAAFFindOperationSrc4 = 7,
  kAAFFindOperationSrc5 = 8, kAAFFindOperationSrc6 = 9, kAAFFindOperationSrc7 = 10, kAAFFindOperationSrc8 = 11
}
enum  _aafDepend_e { kAAFNoFollowDepend = 0, kAAFFollowDepend = 1 }
enum  _aafIncMedia_e { kAAFNoIncludeMedia = 0, kAAFIncludeMedia = 1 }
enum  _aafIndexType_e { kAAFCompMobIndex = 0, kAAFSourceMobIndex = 1, kAAFMediaIndex = 2, kAAFPrimaryMobIndex = 3 }
enum  _aafFadeType_e { kAAFFadeNone = 0, kAAFFadeLinearAmp = 1, kAAFFadeLinearPower = 2 }
enum  _aafAudioSampleType_e { kAAFOffsetBinary = 0, kAAFSignedMagnitude = 1 }
enum  _aafTapeCaseType_e {
  kAAFTapeCaseNull = 0, kAAFThreeFourthInchVideoTape = 1, kAAFVHSVideoTape = 2, kAAF8mmVideoTape = 3,
  kAAFBetacamVideoTape = 4, kAAFCompactCassette = 5, kAAFDATCartridge = 6, kAAFNagraAudioTape = 7
}
enum  _aafVideoSignalType_e { kAAFVideoSignalNull = 0, kAAFNTSCSignal = 1, kAAFPALSignal = 2, kAAFSECAMSignal = 3 }
enum  _aafTapeFormatType_e {
  kAAFTapeFormatNull = 0, kAAFBetacamFormat = 1, kAAFBetacamSPFormat = 2, kAAFVHSFormat = 3,
  kAAFSVHSFormat = 4, kAAF8mmFormat = 5, kAAFHi8Format = 6
}
enum  _aafAttributeKind_e { kAAFNullAttribute = 0, kAAFIntegerAttribute = 1, kAAFStringAttribute = 2, kAAFObjectAttribute = 3 }
enum  _aafPulldownKind_e {
  kAAFTwoThreePD = 0, kAAFPALPD = 1, kAAFOneToOneNTSC = 2, kAAFOneToOnePAL = 3,
  kAAFVideoTapNTSC = 4, kAAFOneToOneHDSixty = 5, kAAFTwentyFourToSixtyPD = 6, kAAFTwoToOnePD = 7
}
enum  _aafPulldownDir_e { kAAFTapeToFilmSpeed = 0, kAAFFilmToTapeSpeed = 1 }
enum  _aafRGBAComponentKind_e {
  kAAFCompNone = 0x30, kAAFCompAlpha = 0x41, kAAFCompBlue = 0x42, kAAFCompFill = 0x46,
  kAAFCompGreen = 0x47, kAAFCompPalette = 0x50, kAAFCompRed = 0x52, kAAFCompNull = 0x0
}
enum  _aafInterpKind_e { kAAFConstInterp = 1, kAAFLinearInterp = 2 }
enum  _aafEditHint_e {
  kAAFNoEditHint = 0, kAAFProportional = 1, kAAFRelativeLeft = 2, kAAFRelativeRight = 3,
  kAAFRelativeFixed = 4
}
enum  _aafProductReleaseType_e {
  kAAFVersionUnknown = 0, kAAFVersionReleased = 1, kAAFVersionDebug = 2, kAAFVersionPatched = 3,
  kAAFVersionBeta = 4, kAAFVersionPrivateBuild = 5
}
enum  _aafEdgeType_e {
  kAAFEtNull = 0, kAAFEtKeycode = 1, kAAFEtEdgenum4 = 2, kAAFEtEdgenum5 = 3,
  kAAFEtHeaderSize = 8
}
enum  _aafFilmType_e {
  kAAFFtNull = 0, kAAFFt35MM = 1, kAAFFt16MM = 2, kAAFFt8MM = 3,
  kAAFFt65MM = 4
}
enum  _aafDirectionCode_e {
  kAAFDirCodeRight = 0, kAAFDirCodeUpperRight = 1, kAAFDirCodeUp = 2, kAAFDirCodeUpperLeft = 3,
  kAAFDirCodeLeft = 4, kAAFDirCodeLowerLeft = 5, kAAFDirCodeDown = 6, kAAFDirCodeLowerRight = 7
}
enum  _aafColorSpace_e {
  kAAFColorSpaceRGB = 0, kAAFColorSpaceYUV = 1, kAAFColorSpaceYIQ = 2, kAAFColorSpaceHSI = 3,
  kAAFColorSpaceHSV = 4, kAAFColorSpaceYCrCb = 5, kAAFColorSpaceYDrDb = 6, kAAFColorSpaceCMYK = 7
}
enum  _aafCriteriaType_e { kAAFAnyRepresentation = 0, kAAFFastestRepresentation = 1, kAAFBestFidelityRepresentation = 2, kAAFSmallestRepresentation = 3 }
enum  _aafSearchTag_e {
  kAAFNoSearch = 0, kAAFByMobID = 1, kAAFByMobKind = 2, kAAFByName = 3,
  kAAFByClass = 4, kAAFByDataDef = 5, kAAFByMediaCrit = 6, kAAFByUsageCode = 7,
  kAAFByMasterMobUsageCode = 8, kAAFBySourceMobUsageCode = 9, kAAFByCompositionMobUsageCode = 10
}
enum  _aafDefinitionKind_e {
  kAAFClassDefinition = 1, kAAFPropertyDefinition = 2, kAAFTypeDefinition = 4, kAAFDataDefinition = 8,
  kAAFOperationDefinition = 16, kAAFAllDefinitions = -1
}
enum  _aafDefinitionCritType_e { kAAFNoDefSearch = 0, kAAFByDefKind = 1, kAAFByDefName = 2, kAAFByDefClass = 3 }
enum  _aafIdentificationCritType_e { kAAFNoIdSearch = 0, kAAFByIdProductID = 1, kAAFByIdGeneration = 2, kAAFByIdRefImplVersion = 3 }
enum  _aafSearchDictionaryTag_e {
  kAAFAllClasses = 0, kAAFByClassID = 1, kAAFByParentClassID = 2, kAAFByPropertyID = 3,
  kAAFByTypeID = 4, kAAFByClassName = 5
}
enum  _eAAFByteOrder_e { kAAFByteOrderLittle = 0, kAAFByteOrderBig = 1 }
enum  _eAAFTypeCategory_e {
  kAAFTypeCatUnknown = 0, kAAFTypeCatInt = 1, kAAFTypeCatCharacter = 2, kAAFTypeCatStrongObjRef = 3,
  kAAFTypeCatWeakObjRef = 4, kAAFTypeCatRename = 5, kAAFTypeCatEnum = 6, kAAFTypeCatFixedArray = 7,
  kAAFTypeCatVariableArray = 8, kAAFTypeCatSet = 9, kAAFTypeCatRecord = 10, kAAFTypeCatStream = 11,
  kAAFTypeCatString = 12, kAAFTypeCatExtEnum = 13, kAAFTypeCatIndirect = 14, kAAFTypeCatOpaque = 15,
  kAAFTypeCatEncrypted = 16
}
typedef signed char aafInt8
typedef signed short int aafInt16
typedef signed int aafInt32
typedef unsigned char aafUInt8
typedef unsigned short int aafUInt16
typedef unsigned int aafUInt32
typedef hyper aafInt64
typedef unsigned hyper aafUInt64
typedef wchar_t aafWChar
typedef wchar_t aafCharacter
typedef unsigned char * aafMemPtr_t
typedef aafInt32 AAFRESULT
typedef enum
IAAFTypes::_aafBoolean_e 
aafBoolean_e
typedef enum
IAAFTypes::_aafMAX_NUM_RGBA_COMPS_e 
aafMAX_NUM_RGBA_COMPS_e
typedef aafCharacteraafString_t
typedef aafCharacteraafString_t
typedef aafInt64 aafLength_t
typedef aafInt64 aafPosition_t
typedef aafInt64 aafFrameOffset_t
typedef aafInt64 aafFrameLength_t
typedef aafUInt32 aafSlotID_t
typedef aafUInt32 aafNumSlots_t
typedef struct _aafUID_t aafClassID_t
typedef aafUInt8aafDataValue_t
typedef aafUInt8aafDataBuffer_t
typedef struct _aafUID_t aafArgIDType_t
typedef struct _aafUID_t aafHardwarePlatform_t
typedef struct _aafUID_t aafEngine_t
typedef struct _aafUID_t aafPluginAPI_t
typedef struct _aafUID_t aafCodecID_t
typedef aafUInt8 aafCompSizeArray_t [MAX_NUM_RGBA_COMPS]
typedef aafInt8 aafCompArray_t [MAX_NUM_RGBA_COMPS]
typedef aafInt32 aafVideoLineMap_t [2]
typedef aafInt32 aafJPEGTableID_t
typedef aafInt32 aafFileRev_t
typedef enum
IAAFTypes::_aafFileRev_e 
aafFileRev_e
typedef aafInt32 aafMediaOpenMode_t
typedef enum
IAAFTypes::_aafMediaOpenMode_e 
aafMediaOpenMode_e
typedef aafInt32 aafFieldDom_t
typedef enum
IAAFTypes::_aafFieldDom_e 
aafFieldDom_e
typedef aafInt32 aafFieldTop_t
typedef enum
IAAFTypes::_aafFieldTop_e 
aafFieldTop_e
typedef aafInt32 aafAlphaTransparency_t
typedef enum
IAAFTypes::_aafAlphaTransparency_e 
aafAlphaTransparency_e
typedef aafInt32 aafFieldNumber_t
typedef enum
IAAFTypes::_aafFieldNumber_e 
aafFieldNumber_e
typedef aafInt32 aafPixelFormat_t
typedef enum
IAAFTypes::_aafPixelFormat_e 
aafPixelFormat_e
typedef aafInt32 aafFileExistence_t
typedef enum
IAAFTypes::_aafFileExistence_e 
aafFileExistence_e
typedef aafInt32 aafFileAccess_t
typedef enum
IAAFTypes::_aafFileAccess_e 
aafFileAccess_e
typedef aafInt32 aafJPEGcomponent_t
typedef enum
IAAFTypes::_aafJPEGcomponent_e 
aafJPEGcomponent_e
typedef typedef
kAAFJcChrominanceFP16
aafJPEGcomponent_e typedef
aafInt32 aafCompressEnable_t
enum
IAAFTypes::_aafCompressEnable_e 
aafCompressEnable_e
typedef aafInt32 aafFileFormat_t
typedef enum
IAAFTypes::_aafFileFormat_e 
aafFileFormat_e
typedef aafInt32 aafDropType_t
typedef enum
IAAFTypes::_aafDropType_e 
aafDropType_e
typedef aafInt32 aafFrameLayout_t
typedef enum
IAAFTypes::_aafFrameLayout_e 
aafFrameLayout_e
typedef aafInt32 aafElectroSpatialFormulation_t
typedef enum
IAAFTypes::_aafElectroSpatialFormulation_e 
aafElectroSpatialFormulation_e
typedef aafInt32 aafEmphasisType_t
typedef enum
IAAFTypes::_aafEmphasisType_e 
aafEmphasisType_e
typedef aafInt32 aafAuxBitsModeType_t
typedef enum
IAAFTypes::_aafAuxBitsModeType_e 
aafAuxBitsModeType_e
typedef aafInt32 aafChannelStatusModeType_t
typedef enum
IAAFTypes::_aafChannelStatusModeType_e 
aafChannelStatusModeType_e
typedef aafInt32 aafUserDataModeType_t
typedef enum
IAAFTypes::_aafUserDataModeType_e 
aafUserDataModeType_e
typedef aafInt32 aafSignalStandard_t
typedef enum
IAAFTypes::_aafSignalStandard_e 
aafSignalStandard_e
typedef aafInt32 aafScanningDirection_t
typedef enum
IAAFTypes::_aafScanningDirection_e 
aafScanningDirection_e
typedef aafInt32 aafContentScanningType_t
typedef enum
IAAFTypes::_aafContentScanningType_e 
aafContentScanningType_e
typedef aafInt32 aafTitleAlignmentType_t
typedef enum
IAAFTypes::_aafTitleAlignmentType_e 
aafTitleAlignmentType_e
typedef aafInt32 aafColorSiting_t
typedef enum
IAAFTypes::_aafColorSiting_e 
aafColorSiting_e
typedef aafInt32 aafPropertyOpt_t
typedef enum
IAAFTypes::_aafPropertyOpt_e 
aafPropertyOpt_e
typedef aafInt32 AAFDataDefinitionMatch_t
typedef enum
IAAFTypes::_AAFDataDefinitionMatch_e 
AAFDataDefinitionMatch_e
typedef aafInt32 aafAppendOption_t
typedef enum
IAAFTypes::_aafAppendOption_e 
aafAppendOption_e
typedef aafInt32 aafReferenceType_t
typedef enum
IAAFTypes::_aafReferenceType_e 
aafReferenceType_e
typedef aafInt32 aafSwapNeeded_t
typedef enum
IAAFTypes::_aafSwapNeeded_e 
aafSwapNeeded_e
typedef aafInt32 aafTimecodeSourceType_t
typedef enum
IAAFTypes::_aafTimecodeSourceType_e 
aafTimecodeSourceType_e
typedef aafInt32 aafMobKind_t
typedef enum
IAAFTypes::_aafMobKind_e 
aafMobKind_e
typedef aafInt32 aafOperationChoice_t
typedef enum
IAAFTypes::_aafOperationChoice_e 
aafOperationChoice_e
typedef aafInt32 aafDepend_t
typedef enum
IAAFTypes::_aafDepend_e 
aafDepend_e
typedef aafInt32 aafIncMedia_t
typedef enum
IAAFTypes::_aafIncMedia_e 
aafIncMedia_e
typedef aafInt32 aafIndexType_t
typedef enum
IAAFTypes::_aafIndexType_e 
aafIndexType_e
typedef aafInt32 aafFadeType_t
typedef enum
IAAFTypes::_aafFadeType_e 
aafFadeType_e
typedef aafInt32 aafAudioSampleType_t
typedef enum
IAAFTypes::_aafAudioSampleType_e 
aafAudioSampleType_e
typedef aafInt32 aafTapeCaseType_t
typedef enum
IAAFTypes::_aafTapeCaseType_e 
aafTapeCaseType_e
typedef aafInt32 aafVideoSignalType_t
typedef enum
IAAFTypes::_aafVideoSignalType_e 
aafVideoSignalType_e
typedef aafInt32 aafTapeFormatType_t
typedef enum
IAAFTypes::_aafTapeFormatType_e 
aafTapeFormatType_e
typedef aafInt32 aafAttributeKind_t
typedef enum
IAAFTypes::_aafAttributeKind_e 
aafAttributeKind_e
typedef aafInt32 aafPulldownKind_t
typedef enum
IAAFTypes::_aafPulldownKind_e 
aafPulldownKind_e
typedef aafInt32 aafPhaseFrame_t
typedef aafInt32 aafPulldownDir_t
typedef enum
IAAFTypes::_aafPulldownDir_e 
aafPulldownDir_e
typedef struct
IAAFTypes::_aafMobComment_t 
aafMobComment_t
typedef aafInt32 aafRGBAComponentKind_t
typedef enum
IAAFTypes::_aafRGBAComponentKind_e 
aafRGBAComponentKind_e
typedef struct
IAAFTypes::_aafRGBAComponent_t 
aafRGBAComponent_t
typedef aafInt32 aafInterpKind_t
typedef enum
IAAFTypes::_aafInterpKind_e 
aafInterpKind_e
typedef aafInt32 aafEditHint_t
typedef enum
IAAFTypes::_aafEditHint_e 
aafEditHint_e
typedef aafInt32 aafProductReleaseType_t
typedef enum
IAAFTypes::_aafProductReleaseType_e 
aafProductReleaseType_e
typedef struct
IAAFTypes::_aafVersionType_t 
aafVersionType_t
typedef struct
IAAFTypes::_aafProductVersion_t 
aafProductVersion_t
typedef struct IAAFTypes::_aafUID_t aafUID_t
typedef struct
IAAFTypes::_aafMobID_t 
aafMobID_t
typedef struct
IAAFTypes::_aafProductIdentification_t 
aafProductIdentification_t
typedef struct
IAAFTypes::_aafDateStruct_t 
aafDateStruct_t
typedef struct
IAAFTypes::_aafTimeStruct_t 
aafTimeStruct_t
typedef struct
IAAFTypes::_aafTimeStamp_t 
aafTimeStamp_t
typedef struct
IAAFTypes::_aafRational_t 
aafRational_t
typedef struct
IAAFTypes::_aafRect_t 
aafRect_t
typedef struct
IAAFTypes::_aafmMultiXfer_t 
aafmMultiXfer_t
typedef struct
IAAFTypes::_aafmMultiResult_t 
aafmMultiResult_t
typedef struct
IAAFTypes::_aafmMultiCreate_t 
aafmMultiCreate_t
typedef aafInt32 aafEdgeType_t
typedef enum
IAAFTypes::_aafEdgeType_e 
aafEdgeType_e
typedef aafInt32 aafFilmType_t
typedef enum
IAAFTypes::_aafFilmType_e 
aafFilmType_e
typedef aafInt32 aafDirectionCode_t
typedef enum
IAAFTypes::_aafDirectionCode_e 
aafDirectionCode_e
typedef aafInt32 aafColorSpace_t
typedef enum
IAAFTypes::_aafColorSpace_e 
aafColorSpace_e
typedef struct
IAAFTypes::_aafTimecode_t 
aafTimecode_t
typedef aafUInt8 aafEdgecodeHeader_t [kAAFEtHeaderSize]
typedef struct
IAAFTypes::_aafEdgecode_t 
aafEdgecode_t
typedef struct
IAAFTypes::_aafSourceRef_t 
aafSourceRef_t
typedef struct
IAAFTypes::_aafDefaultFade_t 
aafDefaultFade_t
typedef aafInt32 aafCriteriaType_t
typedef enum
IAAFTypes::_aafCriteriaType_e 
aafCriteriaType_e
typedef struct
IAAFTypes::_aafMediaCriteria_t 
aafMediaCriteria_t
typedef aafInt32 aafSearchTag_t
typedef enum
IAAFTypes::_aafSearchTag_e 
aafSearchTag_e
typedef struct
IAAFTypes::_aafSearchCrit_t 
aafSearchCrit_t
typedef aafSearchTag_t searchTag
typedef aafInt32 aafDefinitionKind_t
typedef enum
IAAFTypes::_aafDefinitionKind_e 
aafDefinitionKind_e
typedef aafInt32 aafDefinitionCritType_t
typedef enum
IAAFTypes::_aafDefinitionCritType_e 
aafDefinitionCritType_e
typedef struct
IAAFTypes::_aafDefinitionCrit_t 
aafDefinitionCrit_t
typedef aafInt32 aafIdentificationCritType_t
typedef enum
IAAFTypes::_aafIdentificationCritType_e 
aafIdentificationCritType_e
typedef struct
IAAFTypes::_aafIdentificationCrit_t 
aafIdentificationCrit_t
typedef aafInt32 aafSearchDictionaryTag_t
typedef enum
IAAFTypes::_aafSearchDictionaryTag_e 
aafSearchDictionaryTag_e
typedef aafInt32 eAAFByteOrder_t
typedef enum
IAAFTypes::_eAAFByteOrder_e 
eAAFByteOrder_e
typedef struct
IAAFTypes::_aafSearchDictionaryCrit_t 
aafSearchDictionaryCrit_t
typedef aafSearchDictionaryTag_t searchTag
typedef aafInt32 eAAFTypeCategory_t
typedef enum
IAAFTypes::_eAAFTypeCategory_e 
eAAFTypeCategory_e
typedef aafAlphaTransparency_t aafAlphaTransparencyType_t
typedef aafBoolean_t aafBool
typedef aafColorSiting_t aafColorSitingType_t
typedef aafEditHint_t aafEditHintType_t
typedef aafFrameLayout_t aafLayoutType_t
typedef aafMobID_t aafMobIDType_t
typedef aafPulldownDir_t aafPulldownDirectionType_t
typedef aafPulldownKind_t aafPulldownKindType_t
typedef aafScanningDirection_t aafScanningDirectionType_t
typedef aafSignalStandard_t aafSignalStandardType_t
typedef aafTimecodeSourceType_t aafTCSource_t
typedef aafEdgecodeHeader_t aafEdgecodeHeader_constref
typedef aafEdgecode_t aafEdgecode_constref
typedef aafEngine_t aafEngine_constref
typedef aafHardwarePlatform_t aafHardwarePlatform_constref
typedef aafMediaCriteria_t aafMediaCriteria_constref
typedef aafPluginAPI_t aafPluginAPI_constref
typedef aafPosition_t aafPosition_constref
typedef aafProductIdentification_t aafProductIdentification_constref
typedef aafProductVersion_t aafProductVersion_constref
typedef aafRect_t aafRect_constref
typedef aafSourceRef_t aafSourceRef_constref
typedef aafTimecode_t aafTimecode_constref
typedef aafLength_t aafLength_constref
typedef aafRational_t aafRational_constref
typedef aafTimeStamp_t aafTimeStamp_constref
typedef aafUID_t aafUID_constref
typedef aafMobID_t aafMobID_constref
typedef aafVersionType_t aafVersionType_constref
typedef unsigned char * aafMemConstPtr_t
typedef aafCharacteraafCharacter_constptr
typedef aafMediaCriteria_taafMediaCriteria_constptr
typedef aafOperationChoice_taafOperationChoice_constptr
typedef aafProductVersion_taafProductVersion_constptr
typedef
aafProductIdentification_t
aafProductIdentification_constptr
typedef aafSearchCrit_taafSearchCrit_constptr
typedef aafUID_taafUID_constptr
typedef aafMobID_taafMobID_constptr

Public Attributes

NULL((void *) 0L) typedef aafInt3 aafBoolean_t )
MAX_NUM_RGBA_COMPS typedef aafInt32 aafMAX_NUM_RGBA_COMPS
STDMETHODCALLTYPE typedef
aafArgIDType_t 
aafArgIDType_constref
const aafProductVersion_t AAFReferenceImplementationVersion
aafMobID_t mobID
aafMobKind_t mobKind
aafString_t name
aafClassID_t objClass
aafUID_t datadef
aafCriteriaType_t mediaCrit
aafUID_t usageCode
 tags
 aafSearchCrit_t
aafUID_tclassID
aafUID_tparentClassID
aafUID_tpropertyID
aafUID_ttypeID
 aafSearchDictionaryCrit_t

Detailed Description

Definition at line 48 of file AAFTypes.idl.


Member Typedef Documentation

Definition at line 200 of file AAFTypes.idl.

Definition at line 1113 of file AAFTypes.idl.

Definition at line 434 of file AAFTypes.idl.

Definition at line 150 of file AAFTypes.idl.

Definition at line 574 of file AAFTypes.idl.

Definition at line 533 of file AAFTypes.idl.

Definition at line 321 of file AAFTypes.idl.

Definition at line 1114 of file AAFTypes.idl.

Definition at line 334 of file AAFTypes.idl.

typedef wchar_t IAAFTypes::aafCharacter

Definition at line 73 of file AAFTypes.idl.

Definition at line 1187 of file AAFTypes.idl.

Definition at line 142 of file AAFTypes.idl.

Definition at line 156 of file AAFTypes.idl.

Definition at line 408 of file AAFTypes.idl.

Definition at line 1115 of file AAFTypes.idl.

Definition at line 814 of file AAFTypes.idl.

typedef aafInt8 IAAFTypes::aafCompArray_t[MAX_NUM_RGBA_COMPS]

Definition at line 160 of file AAFTypes.idl.

typedef typedef kAAFJcChrominanceFP16 aafJPEGcomponent_e typedef aafInt32 aafCompressEnable_t enum IAAFTypes::_aafCompressEnable_e IAAFTypes::aafCompressEnable_e
typedef aafUInt8 IAAFTypes::aafCompSizeArray_t[MAX_NUM_RGBA_COMPS]

Definition at line 159 of file AAFTypes.idl.

Definition at line 391 of file AAFTypes.idl.

Definition at line 870 of file AAFTypes.idl.

Definition at line 146 of file AAFTypes.idl.

Definition at line 426 of file AAFTypes.idl.

Definition at line 143 of file AAFTypes.idl.

Definition at line 962 of file AAFTypes.idl.

Definition at line 951 of file AAFTypes.idl.

Definition at line 500 of file AAFTypes.idl.

Definition at line 801 of file AAFTypes.idl.

Definition at line 277 of file AAFTypes.idl.

Definition at line 1167 of file AAFTypes.idl.

Definition at line 1166 of file AAFTypes.idl.

typedef aafUInt8 IAAFTypes::aafEdgecodeHeader_t[kAAFEtHeaderSize]

Definition at line 834 of file AAFTypes.idl.

Definition at line 781 of file AAFTypes.idl.

Definition at line 644 of file AAFTypes.idl.

Definition at line 1116 of file AAFTypes.idl.

Definition at line 294 of file AAFTypes.idl.

Definition at line 308 of file AAFTypes.idl.

Definition at line 1168 of file AAFTypes.idl.

Definition at line 154 of file AAFTypes.idl.

Definition at line 525 of file AAFTypes.idl.

Definition at line 184 of file AAFTypes.idl.

Definition at line 207 of file AAFTypes.idl.

Definition at line 192 of file AAFTypes.idl.

Definition at line 232 of file AAFTypes.idl.

Definition at line 224 of file AAFTypes.idl.

Definition at line 270 of file AAFTypes.idl.

Definition at line 170 of file AAFTypes.idl.

Definition at line 791 of file AAFTypes.idl.

Definition at line 284 of file AAFTypes.idl.

Definition at line 138 of file AAFTypes.idl.

Definition at line 137 of file AAFTypes.idl.

Definition at line 1169 of file AAFTypes.idl.

Definition at line 153 of file AAFTypes.idl.

Definition at line 982 of file AAFTypes.idl.

Definition at line 507 of file AAFTypes.idl.

Definition at line 515 of file AAFTypes.idl.

typedef signed short int IAAFTypes::aafInt16

Definition at line 62 of file AAFTypes.idl.

typedef signed int IAAFTypes::aafInt32

Definition at line 63 of file AAFTypes.idl.

typedef hyper IAAFTypes::aafInt64

Definition at line 69 of file AAFTypes.idl.

typedef signed char IAAFTypes::aafInt8

Definition at line 61 of file AAFTypes.idl.

Definition at line 637 of file AAFTypes.idl.

Definition at line 242 of file AAFTypes.idl.

Definition at line 162 of file AAFTypes.idl.

Definition at line 1117 of file AAFTypes.idl.

Definition at line 1178 of file AAFTypes.idl.

Definition at line 133 of file AAFTypes.idl.

Definition at line 1188 of file AAFTypes.idl.

Definition at line 1170 of file AAFTypes.idl.

Definition at line 177 of file AAFTypes.idl.

typedef unsigned char* IAAFTypes::aafMemConstPtr_t

Definition at line 1186 of file AAFTypes.idl.

typedef unsigned char* IAAFTypes::aafMemPtr_t

Definition at line 85 of file AAFTypes.idl.

Definition at line 1194 of file AAFTypes.idl.

Definition at line 1182 of file AAFTypes.idl.

Definition at line 1118 of file AAFTypes.idl.

Definition at line 470 of file AAFTypes.idl.

Definition at line 141 of file AAFTypes.idl.

Definition at line 1189 of file AAFTypes.idl.

Definition at line 483 of file AAFTypes.idl.

Definition at line 596 of file AAFTypes.idl.

Definition at line 215 of file AAFTypes.idl.

Definition at line 1171 of file AAFTypes.idl.

Definition at line 155 of file AAFTypes.idl.

Definition at line 1172 of file AAFTypes.idl.

Definition at line 136 of file AAFTypes.idl.

Definition at line 1191 of file AAFTypes.idl.

Definition at line 1173 of file AAFTypes.idl.

Definition at line 654 of file AAFTypes.idl.

Definition at line 1190 of file AAFTypes.idl.

Definition at line 1174 of file AAFTypes.idl.

Definition at line 419 of file AAFTypes.idl.

Definition at line 598 of file AAFTypes.idl.

Definition at line 1119 of file AAFTypes.idl.

Definition at line 583 of file AAFTypes.idl.

Definition at line 1120 of file AAFTypes.idl.

Definition at line 1179 of file AAFTypes.idl.

Definition at line 1175 of file AAFTypes.idl.

Definition at line 441 of file AAFTypes.idl.

Definition at line 87 of file AAFTypes.idl.

Definition at line 611 of file AAFTypes.idl.

Definition at line 378 of file AAFTypes.idl.

Definition at line 1121 of file AAFTypes.idl.

Definition at line 1192 of file AAFTypes.idl.

Definition at line 1009 of file AAFTypes.idl.

Definition at line 892 of file AAFTypes.idl.

Definition at line 366 of file AAFTypes.idl.

Definition at line 1122 of file AAFTypes.idl.

Definition at line 139 of file AAFTypes.idl.

Definition at line 1176 of file AAFTypes.idl.

Definition at line 119 of file AAFTypes.idl.

Definition at line 117 of file AAFTypes.idl.

Definition at line 451 of file AAFTypes.idl.

Definition at line 540 of file AAFTypes.idl.

Definition at line 562 of file AAFTypes.idl.

Definition at line 1123 of file AAFTypes.idl.

Definition at line 1177 of file AAFTypes.idl.

Definition at line 458 of file AAFTypes.idl.

Definition at line 1180 of file AAFTypes.idl.

Definition at line 400 of file AAFTypes.idl.

Definition at line 1193 of file AAFTypes.idl.

Definition at line 1181 of file AAFTypes.idl.

typedef unsigned short int IAAFTypes::aafUInt16

Definition at line 66 of file AAFTypes.idl.

typedef unsigned int IAAFTypes::aafUInt32

Definition at line 67 of file AAFTypes.idl.

typedef unsigned hyper IAAFTypes::aafUInt64

Definition at line 70 of file AAFTypes.idl.

typedef unsigned char IAAFTypes::aafUInt8

Definition at line 65 of file AAFTypes.idl.

Definition at line 345 of file AAFTypes.idl.

Definition at line 1183 of file AAFTypes.idl.

Definition at line 161 of file AAFTypes.idl.

Definition at line 553 of file AAFTypes.idl.

typedef wchar_t IAAFTypes::aafWChar

Definition at line 72 of file AAFTypes.idl.

Definition at line 1025 of file AAFTypes.idl.

Definition at line 1086 of file AAFTypes.idl.

Definition at line 934 of file AAFTypes.idl.

Definition at line 1071 of file AAFTypes.idl.


Member Enumeration Documentation

Enumerator:
kAAFMinValueTransparent 
kAAFMaxValueTransparent 

Definition at line 201 of file AAFTypes.idl.

Enumerator:
kAAFAppend 
kAAFForceOverwrite 

Definition at line 435 of file AAFTypes.idl.

Enumerator:
kAAFNullAttribute 
kAAFIntegerAttribute 
kAAFStringAttribute 
kAAFObjectAttribute 

Definition at line 575 of file AAFTypes.idl.

Enumerator:
kAAFOffsetBinary 
kAAFSignedMagnitude 

Definition at line 534 of file AAFTypes.idl.

Enumerator:
kAAFAuxBitsMode_NotDefined 
kAAFAuxBitsMode_MainAudioSampleData 
kAAFAuxBitsMode_SingleCoordinationSignal 
kAAFAuxBitsMode_UserDefined 
kAAFAuxBitsMode_Reserved0 
kAAFAuxBitsMode_Reserved1 
kAAFAuxBitsMode_Reserved2 
kAAFAuxBitsMode_Reserved3 

Definition at line 322 of file AAFTypes.idl.

Enumerator:
kAAFFalse 
kAAFTrue 

Definition at line 98 of file AAFTypes.idl.

Enumerator:
kAAFChannelStatusMode_None 
kAAFChannelStatusMode_Minimum 
kAAFChannelStatusMode_Standard 
kAAFChannelStatusMode_Fixed 
kAAFChannelStatusMode_Stream 
kAAFChannelStatusMode_Essence 

Definition at line 335 of file AAFTypes.idl.

Enumerator:
kAAFCoSiting 
kAAFAveraging 
kAAFThreeTap 
kAAFQuincunx 
kAAFRec601 
kAAFUnknownSiting 

Definition at line 409 of file AAFTypes.idl.

Enumerator:
kAAFColorSpaceRGB 
kAAFColorSpaceYUV 
kAAFColorSpaceYIQ 
kAAFColorSpaceHSI 
kAAFColorSpaceHSV 
kAAFColorSpaceYCrCb 
kAAFColorSpaceYDrDb 
kAAFColorSpaceCMYK 

Definition at line 815 of file AAFTypes.idl.

Enumerator:
kAAFCompressionEnable 
kAAFCompressionDisable 

Definition at line 264 of file AAFTypes.idl.

Enumerator:
kAAFContentScanning_NotKnown 
kAAFContentScanning_Progressive 
kAAFContentScanning_Interlace 
kAAFContentScanning_Mixed 

Definition at line 392 of file AAFTypes.idl.

Enumerator:
kAAFAnyRepresentation 
kAAFFastestRepresentation 
kAAFBestFidelityRepresentation 
kAAFSmallestRepresentation 

Definition at line 871 of file AAFTypes.idl.

Enumerator:
kAAFExactMatch 
kAAFConvertTo 
kAAFConvertFrom 

Definition at line 427 of file AAFTypes.idl.

Enumerator:
kAAFNoDefSearch 
kAAFByDefKind 
kAAFByDefName 
kAAFByDefClass 

Definition at line 963 of file AAFTypes.idl.

Enumerator:
kAAFClassDefinition 
kAAFPropertyDefinition 
kAAFTypeDefinition 
kAAFDataDefinition 
kAAFOperationDefinition 
kAAFAllDefinitions 

Definition at line 952 of file AAFTypes.idl.

Enumerator:
kAAFNoFollowDepend 
kAAFFollowDepend 

Definition at line 501 of file AAFTypes.idl.

Enumerator:
kAAFDirCodeRight 
kAAFDirCodeUpperRight 
kAAFDirCodeUp 
kAAFDirCodeUpperLeft 
kAAFDirCodeLeft 
kAAFDirCodeLowerLeft 
kAAFDirCodeDown 
kAAFDirCodeLowerRight 

Definition at line 802 of file AAFTypes.idl.

Enumerator:
kAAFTcNonDrop 
kAAFTcDrop 

Definition at line 278 of file AAFTypes.idl.

Enumerator:
kAAFEtNull 
kAAFEtKeycode 
kAAFEtEdgenum4 
kAAFEtEdgenum5 
kAAFEtHeaderSize 

Definition at line 782 of file AAFTypes.idl.

Enumerator:
kAAFNoEditHint 
kAAFProportional 
kAAFRelativeLeft 
kAAFRelativeRight 
kAAFRelativeFixed 

Definition at line 645 of file AAFTypes.idl.

Enumerator:
kAAFElectroSpatialFormulation_Default 
kAAFElectroSpatialFormulation_TwoChannelMode 
kAAFElectroSpatialFormulation_SingleChannelMode 
kAAFElectroSpatialFormulation_PrimarySecondaryMode 
kAAFElectroSpatialFormulation_StereophonicMode 
kAAFElectroSpatialFormulation_SingleChannelDoubleSamplingFrequencyMode 
kAAFElectroSpatialFormulation_StereoLeftChannelDoubleSamplingFrequencyMode 
kAAFElectroSpatialFormulation_StereoRightChannelDoubleSamplingFrequencyMode 
kAAFElectroSpatialFormulation_MultiChannelMode 

Definition at line 295 of file AAFTypes.idl.

Enumerator:
kAAFEmphasis_Unknown 
kAAFEmphasis_Reserved0 
kAAFEmphasis_Reserved1 
kAAFEmphasis_Reserved2 
kAAFEmphasis_None 
kAAFEmphasis_Reserved3 
kAAFEmphasis_15and50 
kAAFEmphasis_ITU 

Definition at line 309 of file AAFTypes.idl.

Enumerator:
kAAFFadeNone 
kAAFFadeLinearAmp 
kAAFFadeLinearPower 

Definition at line 526 of file AAFTypes.idl.

Enumerator:
kAAFDominantField1 
kAAFDominantField2 
kAAFNoDominant 

Definition at line 185 of file AAFTypes.idl.

Enumerator:
kAAFUnspecifiedField 
kAAFFieldOne 
kAAFFieldTwo 

Definition at line 208 of file AAFTypes.idl.

Enumerator:
kAAFTopField1 
kAAFTopField2 
kAAFTopFieldNone 

Definition at line 193 of file AAFTypes.idl.

Enumerator:
kAAFFileAccess_none 
kAAFFileAccess_read 
kAAFFileAccess_write 
kAAFFileAccess_modify 

Definition at line 233 of file AAFTypes.idl.

Enumerator:
kAAFFileExistence_new 
kAAFFileExistence_existing 

Definition at line 225 of file AAFTypes.idl.

Enumerator:
kAAFEssence 
kAAFForeignMedia 

Definition at line 271 of file AAFTypes.idl.

Enumerator:
kAAFRev1 
kAAFRev2 

Definition at line 171 of file AAFTypes.idl.

Enumerator:
kAAFFtNull 
kAAFFt35MM 
kAAFFt16MM 
kAAFFt8MM 
kAAFFt65MM 

Definition at line 792 of file AAFTypes.idl.

Enumerator:
kAAFFullFrame 
kAAFSeparateFields 
kAAFOneField 
kAAFMixedFields 
kAAFSegmentedFrame 

Definition at line 285 of file AAFTypes.idl.

Enumerator:
kAAFNoIdSearch 
kAAFByIdProductID 
kAAFByIdGeneration 
kAAFByIdRefImplVersion 

Definition at line 983 of file AAFTypes.idl.

Enumerator:
kAAFNoIncludeMedia 
kAAFIncludeMedia 

Definition at line 508 of file AAFTypes.idl.

Enumerator:
kAAFCompMobIndex 
kAAFSourceMobIndex 
kAAFMediaIndex 
kAAFPrimaryMobIndex 

Definition at line 516 of file AAFTypes.idl.

Enumerator:
kAAFConstInterp 
kAAFLinearInterp 

Definition at line 638 of file AAFTypes.idl.

Enumerator:
kAAFJcLuminance 
kAAFJcChrominance 
kAAFJcLuminanceFP16 
kAAFJcChrominanceFP16 

Definition at line 244 of file AAFTypes.idl.

Enumerator:
MAX_NUM_RGBA_COMPS 

Definition at line 108 of file AAFTypes.idl.

Enumerator:
kAAFMediaOpenReadOnly 
kAAFMediaOpenAppend 

Definition at line 178 of file AAFTypes.idl.

Enumerator:
kAAFCompMob 
kAAFMasterMob 
kAAFFileMob 
kAAFTapeMob 
kAAFFilmMob 
kAAFPrimaryMob 
kAAFAllMob 
kAAFPhysicalMob 

Definition at line 471 of file AAFTypes.idl.

Enumerator:
kAAFFindNull 
kAAFFindIncoming 
kAAFFindOutgoing 
kAAFFindRender 
kAAFFindOperationSrc1 
kAAFFindOperationSrc2 
kAAFFindOperationSrc3 
kAAFFindOperationSrc4 
kAAFFindOperationSrc5 
kAAFFindOperationSrc6 
kAAFFindOperationSrc7 
kAAFFindOperationSrc8 

Definition at line 484 of file AAFTypes.idl.

Enumerator:
kAAFPixNone 
kAAFPixRGBA 
kAAFPixYUV 

Definition at line 216 of file AAFTypes.idl.

Enumerator:
kAAFVersionUnknown 
kAAFVersionReleased 
kAAFVersionDebug 
kAAFVersionPatched 
kAAFVersionBeta 
kAAFVersionPrivateBuild 

Definition at line 655 of file AAFTypes.idl.

Enumerator:
kAAFPropRequired 
kAAFPropOptional 

Definition at line 420 of file AAFTypes.idl.

Enumerator:
kAAFTapeToFilmSpeed 
kAAFFilmToTapeSpeed 

Definition at line 599 of file AAFTypes.idl.

Enumerator:
kAAFTwoThreePD 
kAAFPALPD 
kAAFOneToOneNTSC 
kAAFOneToOnePAL 
kAAFVideoTapNTSC 
kAAFOneToOneHDSixty 
kAAFTwentyFourToSixtyPD 
kAAFTwoToOnePD 

Definition at line 584 of file AAFTypes.idl.

Enumerator:
kAAFRefLimitMinimum 
kAAFRefLimitMaximum 
kAAFRefMinimum 
kAAFRefMaximum 
kAAFRefEnumvalue 

Definition at line 442 of file AAFTypes.idl.

Enumerator:
kAAFCompNone 
kAAFCompAlpha 
kAAFCompBlue 
kAAFCompFill 
kAAFCompGreen 
kAAFCompPalette 
kAAFCompRed 
kAAFCompNull 

Definition at line 612 of file AAFTypes.idl.

Enumerator:
kAAFScanningDirection_LeftToRightTopToBottom 
kAAFScanningDirection_RightToLeftTopToBottom 
kAAFScanningDirection_LeftToRightBottomToTop 
kAAFScanningDirection_RightToLeftBottomToTop 
kAAFScanningDirection_TopToBottomLeftToRight 
kAAFScanningDirection_TopToBottomRightToLeft 
kAAFScanningDirection_BottomToTopLeftToRight 
kAAFScanningDirection_BottomToTopRightToLeft 

Definition at line 379 of file AAFTypes.idl.

Enumerator:
kAAFAllClasses 
kAAFByClassID 
kAAFByParentClassID 
kAAFByPropertyID 
kAAFByTypeID 
kAAFByClassName 

Definition at line 1010 of file AAFTypes.idl.

Enumerator:
kAAFNoSearch 
kAAFByMobID 
kAAFByMobKind 
kAAFByName 
kAAFByClass 
kAAFByDataDef 
kAAFByMediaCrit 
kAAFByUsageCode 
kAAFByMasterMobUsageCode 
kAAFBySourceMobUsageCode 
kAAFByCompositionMobUsageCode 

Definition at line 893 of file AAFTypes.idl.

Enumerator:
kAAFSignalStandard_None 
kAAFSignalStandard_ITU601 
kAAFSignalStandard_ITU1358 
kAAFSignalStandard_SMPTE347M 
kAAFSignalStandard_SMPTE274M 
kAAFSignalStandard_SMPTE296M 
kAAFSignalStandard_SMPTE349M 

Definition at line 367 of file AAFTypes.idl.

Enumerator:
kAAFSwapIfNeeded 
kAAFNeverSwap 

Definition at line 452 of file AAFTypes.idl.

Enumerator:
kAAFTapeCaseNull 
kAAFThreeFourthInchVideoTape 
kAAFVHSVideoTape 
kAAF8mmVideoTape 
kAAFBetacamVideoTape 
kAAFCompactCassette 
kAAFDATCartridge 
kAAFNagraAudioTape 

Definition at line 541 of file AAFTypes.idl.

Enumerator:
kAAFTapeFormatNull 
kAAFBetacamFormat 
kAAFBetacamSPFormat 
kAAFVHSFormat 
kAAFSVHSFormat 
kAAF8mmFormat 
kAAFHi8Format 

Definition at line 563 of file AAFTypes.idl.

Enumerator:
kAAFTimecodeLTC 
kAAFTimecodeVITC 

Definition at line 459 of file AAFTypes.idl.

Enumerator:
kAAFTitleAlignment_Left 
kAAFTitleAlignment_Center 
kAAFTitleAlignment_Right 

Definition at line 401 of file AAFTypes.idl.

Enumerator:
kAAFUserDataMode_NotDefined 
kAAFUserDataMode_192BitBlockStructure 
kAAFUserDataMode_AES18 
kAAFUserDataMode_UserDefined 
kAAFUserDataMode_IEC 
kAAFUserDataMode_Metadata 
kAAFUserDataMode_Reserved0 
kAAFUserDataMode_Reserved1 
kAAFUserDataMode_Reserved2 
kAAFUserDataMode_Reserved3 
kAAFUserDataMode_Reserved4 
kAAFUserDataMode_Reserved5 
kAAFUserDataMode_Reserved6 
kAAFUserDataMode_Reserved7 
kAAFUserDataMode_Reserved8 
kAAFUserDataMode_Reserved9 

Definition at line 346 of file AAFTypes.idl.

Enumerator:
kAAFVideoSignalNull 
kAAFNTSCSignal 
kAAFPALSignal 
kAAFSECAMSignal 

Definition at line 554 of file AAFTypes.idl.

Enumerator:
kAAFByteOrderLittle 
kAAFByteOrderBig 

Definition at line 1026 of file AAFTypes.idl.

Enumerator:
kAAFTypeCatUnknown 
kAAFTypeCatInt 
kAAFTypeCatCharacter 
kAAFTypeCatStrongObjRef 
kAAFTypeCatWeakObjRef 
kAAFTypeCatRename 
kAAFTypeCatEnum 
kAAFTypeCatFixedArray 
kAAFTypeCatVariableArray 
kAAFTypeCatSet 
kAAFTypeCatRecord 
kAAFTypeCatStream 
kAAFTypeCatString 
kAAFTypeCatExtEnum 
kAAFTypeCatIndirect 
kAAFTypeCatOpaque 
kAAFTypeCatEncrypted 

Definition at line 1087 of file AAFTypes.idl.


Member Data Documentation

Definition at line 1135 of file AAFTypes.idl.

NULL ((void *)0L) typedef aafInt3 IAAFTypes::aafBoolean_t)

Definition at line 93 of file AAFTypes.idl.

MAX_NUM_RGBA_COMPS typedef aafInt32 IAAFTypes::aafMAX_NUM_RGBA_COMPS

Definition at line 105 of file AAFTypes.idl.

Definition at line 716 of file AAFTypes.idl.

Definition at line 947 of file AAFTypes.idl.

Definition at line 1082 of file AAFTypes.idl.

Definition at line 1074 of file AAFTypes.idl.

Definition at line 943 of file AAFTypes.idl.

Definition at line 944 of file AAFTypes.idl.

Definition at line 939 of file AAFTypes.idl.

Definition at line 940 of file AAFTypes.idl.

Definition at line 941 of file AAFTypes.idl.

Definition at line 942 of file AAFTypes.idl.

Definition at line 1077 of file AAFTypes.idl.

Definition at line 1078 of file AAFTypes.idl.

Definition at line 946 of file AAFTypes.idl.

Definition at line 1079 of file AAFTypes.idl.

Definition at line 945 of file AAFTypes.idl.


Generated on Wed Jul 4 2012 22:13:32 for AAF COM API by doxygen 1.7.4