Microsoft DirectX 8.1 (C++) |
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