IAAFEventMobSlot is DEPRECATED, please use IAAFEventMobSlot2. More...
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. |
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:
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:
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
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:
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
pEditRate | [in] Edit rate property value |