Microsoft DirectX 9.0

IAMTimelineTrans::SetCutPoint2

The SetCutPoint2 method sets the time at which the transition cuts from one source to the next, if the transition is rendered as a cut. This method is equivalent to IAMTimelineTrans::SetCutPoint, but takes a REFTIME value.

Syntax

HRESULT SetCutPoint2(
    REFTIME TLTime
);

Parameters

TLTime

Cut point relative to the start of the transition, in seconds.

Return Value

Returns S_OK.

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