Microsoft DirectX 9.0

AMTimelineTrans.GetCutsOnly Method

The GetCutsOnly method determines whether the transition is rendered as a cut. If so, the transition occurs instantaneously at the cut point.

Syntax

object.GetCutsOnly(
    pVal As Long
)

Parameters

pVal

Variable that receives a value indicating whether the transition is rendered as a cut. If non-zero, the transition is an instantaneous cut. If zero, the transition occurs over its normal duration.

Error Codes

If the method fails, an error is raised.

See Also