Microsoft DirectX 8.1 (C++)

IAMTimelineTrans::GetCutsOnly

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

Syntax

HRESULT GetCutsOnly(
    BOOL *pVal
);

Parameters

pVal

Pointer to a variable that receives a Boolean value specifying whether the transition is rendered as a cut. If TRUE, the transition is an instantaneous cut. If FALSE, the transition occurs over its normal duration.

Return Value

Returns S_OK if successful, or E_POINTER otherwise.

See Also