ITRANSITION2_GETSTEPTIME()
Brew Release
Brew MP 1.0.2
See Also
- ITransition2 Interface
- ITransition2_GetProperty()
- ITransition2_SetStepTime()
Description
This function is a ITransition2_GetProperty shortcut used to get the
step time of the transition.
The step time is defined as the minimum amount of time (in ms) between
each step.
Params
pif
[]:
Pointer to the ITransition2 interface object.
pnStepTime
[]:
[out] integer pointer that will hold the property's value
Prototype
int ITransition2_GetStepTime(ITransition2* pif, int* pnStepTime)
Return
AEE_SUCCESS - The requested property has been retrieved. AEE_EBADPARM - Invalid out parameter. ECLASSNOTSUPPORT - The requested property is not supported.
Side Effect
- None
Comments
None
COMMENTS (0)
See Below