AAFA Developer Support

Main Page | Class List | File List | Class Members | File Members

IAAFEventMobSlot Interface Reference

List of all members.

Detailed Description

Objects that implement IAAFEventMobSlot also implement the following interfaces: - IAAFMobSlot - IAAFObject.

Definition at line 7222 of file AAF.idl.

Public Member Functions

HRESULT GetEditRate ([out, retval] aafRational_t *pEditRate)
 This method will get the edit rate for this mob slot.
HRESULT SetEditRate ([in] aafRational_t *pEditRate)
 This method will get set edit rate for this mob slot.


Member Function Documentation

HRESULT IAAFEventMobSlot::GetEditRate [out, retval] aafRational_t *  pEditRate  ) 
 

This method will get the edit rate for this mob slot.

Succeeds if all of the following are true:

  • the pEditRate pointer is valid.

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

  • succeeded. (This is the only code indicating success.)

AAFRESULT_NOT_INITIALIZED

  • This object has not yet had Initialize() called on it.

AAFRESULT_NULL_PARAM

  • pEditRate arg is NULL.

Parameters:
pEditRate [out,retval] Edit rate property value

HRESULT IAAFEventMobSlot::SetEditRate [in] aafRational_t *  pEditRate  ) 
 

This method will get set edit rate for this mob slot.

Succeeds if all of the following are true:

  • the pEditRate pointer is valid.

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

  • succeeded. (This is the only code indicating success.)

AAFRESULT_NOT_INITIALIZED

  • This object has not yet had Initialize() called on it.

AAFRESULT_NULL_PARAM

  • pEditRate arg is NULL.

Parameters:
pEditRate [in] Edit rate property value


Generated on Thu Feb 17 09:34:16 2005 for AAF COM API by doxygen 1.4.1