Objects that implement IAAFDataDef also implement the following interfaces:
Definition at line 2700 of file AAF.idl.
Public Member Functions | |
| HRESULT | Initialize ([in, ref] aafUID_constref id,[in, string] aafCharacter_constptr pName,[in, string] aafCharacter_constptr pDescription) |
| Init all fields of a definition object. | |
| HRESULT | IsPictureKind ([retval, out] aafBoolean_t *bIsPictureKind) |
| Sets return value to TRUE if DataDef is a picture. | |
| HRESULT | IsMatteKind ([retval, out] aafBoolean_t *bIsMatteKind) |
| Sets return value to TRUE if DataDef is a matte. | |
| HRESULT | IsPictureWithMatteKind ([retval, out] aafBoolean_t *bIsPictureWithMatteKind) |
| Sets return value to TRUE if DataDef is a picture with matte. | |
| HRESULT | IsSoundKind ([retval, out] aafBoolean_t *bIsSoundKind) |
| Sets return value to TRUE if DataDef is a sound. | |
| HRESULT | DoesDataDefConvertTo ([in] IAAFDataDef *id,[retval, out] aafBoolean_t *bDoesConvertTo) |
| Sets return value to TRUE if the DataDef of the given object can be converted to the DataDef specified in the IN parameter with the DataDefName string. | |
| HRESULT | IsDataDefOf ([in] IAAFDataDef *pDataDef,[retval, out] aafBoolean_t *bIsDataDefOf) |
| Sets the value to TRUE if the DataDef of the given object matches the DataDef specified in the IN parameter with the DataDefName string. | |
| HRESULT | DoesDataDefConvertFrom ([in] IAAFDataDef *pDataDef,[retval, out] aafBoolean_t *bDoesConvertFrom) |
| Sets return value to TRUE if the DataDef of the given object can be converted from the DataDef specified in the IN parameter specified with the DataDefName string. | |
|
||||||||||||
|
Sets return value to TRUE if the DataDef of the given object can be converted from the DataDef specified in the IN parameter specified with the DataDefName string.
|
|
||||||||||||
|
Sets return value to TRUE if the DataDef of the given object can be converted to the DataDef specified in the IN parameter with the DataDefName string.
|
|
||||||||||||||||
|
Init all fields of a definition object.
|
|
||||||||||||
|
Sets the value to TRUE if the DataDef of the given object matches the DataDef specified in the IN parameter with the DataDefName string.
|
|
|
Sets return value to TRUE if DataDef is a matte.
|
|
|
Sets return value to TRUE if DataDef is a picture.
|
|
|
Sets return value to TRUE if DataDef is a picture with matte.
|
|
|
Sets return value to TRUE if DataDef is a sound.
|
1.4.1