Microsoft DirectX 9.0

AMTimelineTrans.GetCutPoint2 Method

The GetCutPoint2 method retrieves the cut point. If you render a transition as a cut, the cut point is the time when the transition cuts from one source to the next. By default, this value is the middle of the transition. For example, in a transition that spans two seconds, the default cut point is one second into the transition.

Syntax

object.GetCutPoint2(
    pTLTime As Double
)

Parameters

pTLTime

Variable that receives the cut point, relative to the start time of the transition, in seconds.

Error Codes

If the method fails, an error is raised.

See Also