IMultiMediaStream::Seek

 
Microsoft DirectShow 9.0

IMultiMediaStream::Seek

  • Note   This interface is deprecated. New applications should not use it.

The Seek method seeks all of the media streams to a new position.

Syntax

  HRESULT Seek(
  STREAM_TIME SeekTime
);

Parameters

SeekTime

[in] STREAM_TIME value that specifies the new position.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code Description
E_NOINTERFACE The media streams do not support seeking.
S_OK Success.

Remarks

To determine whether the media streams support seeking, call the IMultiMediaStream::GetInformation method.

See Also