Microsoft DirectX 9.0

CPosPassThru::put_CurrentPosition

The put_CurrentPosition method sets the current position, relative to the total duration of the stream. This method implements the IMediaPosition::put_CurrentPosition method.

Syntax

HRESULT put_CurrentPosition(
    REFTIME llTime
);

Parameters

llTime

New position, in seconds.

Return Value

Returns the HRESULT value from the connected pin.

See Also