Microsoft DirectX 8.1 (C++) |
The SetCutPoint method sets the time at which the transition cuts from one source to the next, if the transition is rendered as a cut.
Syntax
HRESULT SetCutPoint(
REFERENCE_TIME TLTime
);
Parameters
TLTime
Cut point relative to the start of the transition, in 100-nanosecond units. If the value falls outside the bounds of the transition, it is truncated to the nearest valid time.
Return Value
Returns S_OK.
Remarks
By default, the cut-point is the middle of the transition. For example, in a transition that spans one second, the default cut point is 0.5 seconds into the transition.
See Also