Microsoft DirectX 8.1 (C++)

IAMTimelineSrc::ModifyStopTime2

The ModifyStopTime2 method sets the stop time. This method is equivalent to IAMTimelineSrc::ModifyStopTime, but takes a REFTIME value.

Syntax

HRESULT ModifyStopTime2(
    REFTIME Stop
);

Parameters

Stop

New stop time, in seconds.

Return Value

Returns S_OK if successful, or E_INVALIDARG if the specified time is not valid.

See Also