IAMTimelineTrans::GetCutsOnly
Microsoft DirectShow 9.0 |
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.
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also