Microsoft DirectX 9.0

IAMTimelineTrans::GetCutPoint2

The GetCutPoint2 method retrieves the cut point. This method is equivalent to IAMTimelineTrans::GetCutPoint, but takes a REFTIME value.

Syntax

HRESULT GetCutPoint2(
    REFTIME *pTLTime
);

Parameters

pTLTime

Pointer to a variable that receives the cut point, relative to the start time of the transition, in seconds.

Return Value

Returns one of the following HRESULT values:

Value Description
S_FALSE The cut point was not set. The value returned is the default value.
S_OK The cut point was set to a value other than the default.
E_POINTER NULL pointer argument.

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