Definition at line 36210 of file AAF.idl.
Public Member Functions | |
| HRESULT | Initialize ([in, string] aafCharacter_constptr pName) |
| Initializes this object with the given name. | |
| HRESULT | GetDefaultFade ([out] aafDefaultFade_t *pResult) |
| Get the default fade for this composition. | |
| HRESULT | SetDefaultFade ([in] aafLength_t fadeLength,[in] aafFadeType_t fadeType,[in] aafRational_t fadeEditUnit) |
| Adds the default crossfade properties to the Mob. | |
| HRESULT | SetRendering ([in, ref] aafMobID_constref mobID) |
| This method will return the following codes: AAFRESULT_SUCCESS - succeeded. | |
| HRESULT | GetRendering ([out] aafMobID_t *pMobID) |
| Succeeds if all of the following are true: - the pMobID pointer is valid. | |
|
|
Get the default fade for this composition. If there is no default fade, this function returns with no error, but the VALID field of the structure is false. This allows you to pass this struct to SourceClip::GetFade() in all cases. Succeeds if all of the following are true:
This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below: AAFRESULT_SUCCESS
AAFRESULT_NOT_INITIALIZED
AAFRESULT_NULL_PARAM
|
|
|
Succeeds if all of the following are true: - the pMobID pointer is valid. If this method fails nothing will be written to *pMobID. This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below: AAFRESULT_SUCCESS
AAFRESULT_NULL_PARAM
|
|
|
Initializes this object with the given name. Succeeds if all of the following are true:
This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below: AAFRESULT_SUCCESS
AAFRESULT_ALREADY_INITIALIZED
AAFRESULT_NULL_PARAM
|
|
||||||||||||||||
|
Adds the default crossfade properties to the Mob. Succeeds if all of the following are true:
This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below: AAFRESULT_SUCCESS
AAFRESULT_NOT_INITIALIZED
AAFRESULT_BAD_TYPE
AAFRESULT_BAD_LENGTH
|
|
|
This method will return the following codes: AAFRESULT_SUCCESS - succeeded. (This is the only code indicating success.)
|
1.4.1