Seeks a byte stream by time position.
interface IMFByteStreamTimeSeek : public IUnknown
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.
Header: Declared in mfidl.h.