IMFByteStreamTimeSeek Interface

Seeks a byte stream by time position.

Syntax

interface IMFByteStreamTimeSeek : public IUnknown  

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

Header: Declared in mfidl.h.