Microsoft DirectX 9.0 |
The GetNextTrans2 method retrieves the first transition that appears at the specified time or later.
Syntax
object.GetNextTrans2(
ppTrans As AMTimelineObj,
pInOut As Double
)
Parameters
ppTrans
The AMTimelineObj object that receives the transition.
pInOut
On input, this parameter specifies the time from which to find the transition. On output, if a transition is retrieved, this parameter is set to the stop time of the transition.
Error Codes
If the method fails, an error is raised.
Remarks
The start time of the transition might be less than the time that you specify in pInOut, if the transition spans the specified time.
See Also