IMFByteStreamTimeSeek interface
Seeks a byte stream by time position.
Members
The IMFByteStreamTimeSeek interface inherits from the IUnknown interface. IMFByteStreamTimeSeek also has these types of members:
Methods
The IMFByteStreamTimeSeek interface has these methods.
| Method | Description |
|---|---|
| GetTimeSeekResult |
Gets the result of a time-based seek. |
| IsTimeSeekSupported |
Queries whether the byte stream supports time-based seeking. |
| 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
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also