AAFA Developer Support

Public Member Functions
IAAFEventMobSlot Interface Reference

IAAFEventMobSlot is DEPRECATED, please use IAAFEventMobSlot2. More...

List of all members.

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.

Detailed Description

IAAFEventMobSlot is DEPRECATED, please use IAAFEventMobSlot2.

An EventMobSlot, as all MobSlots, has a concrete segment, which is a concrete Event or a Sequence of ordered Events. If it has a sequence of events, all events shall have the same concrete Event. Objects that implement IAAFEventMobSlot also implement the following interfaces:

Definition at line 9358 of file AAF.idl.


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 Wed Jul 4 2012 22:13:28 for AAF COM API by doxygen 1.7.4