IMFByteStreamTimeSeek interface (mfidl.h)

Seeks a byte stream by time position.

Inheritance

The IMFByteStreamTimeSeek interface inherits from the IUnknown interface. IMFByteStreamTimeSeek also has these types of members:

Methods

The IMFByteStreamTimeSeek interface has these methods.

 
IMFByteStreamTimeSeek::GetTimeSeekResult

Gets the result of a time-based seek.
IMFByteStreamTimeSeek::IsTimeSeekSupported

Queries whether the byte stream supports time-based seeking.
IMFByteStreamTimeSeek::TimeSeek

Seeks to a new position in the byte stream.

Remarks

A byte stream can implement this interface if it supports time-based seeking. For example, a byte stream that reads data from a server might implement the interface. Typically, a local file-based byte stream would not implement it.

To get a pointer to this interface, call QueryInterface on the byte stream object.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header mfidl.h

See also

IMFByteStream

Media Foundation Interfaces