IMFSeekInfo interface
For a particular seek position, gets the two nearest key frames.
Members
The IMFSeekInfo interface inherits from the IUnknown interface. IMFSeekInfo also has these types of members:
Methods
The IMFSeekInfo interface has these methods.
| Method | Description |
|---|---|
| GetNearestKeyFrames |
For a particular seek position, gets the two nearest key frames. |
Remarks
A media source can implement this interface as an optional service. To get a pointer to the interface, call IMFGetService::GetService with the service identifier MF_SCRUBBING_SERVICE.
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