The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MF_MEDIA_ENGINE_SEEK_MODE enumeration
Defines values for the media engine seek mode.
Syntax
typedef enum _MF_MEDIA_ENGINE_SEEK_MODE { MF_MEDIA_ENGINE_SEEK_MODE_NORMAL = 0, MF_MEDIA_ENGINE_SEEK_MODE_APPROXIMATE = 1 } MF_MEDIA_ENGINE_SEEK_MODE;
Constants
- MF_MEDIA_ENGINE_SEEK_MODE_NORMAL
-
Specifies normal seek.
- MF_MEDIA_ENGINE_SEEK_MODE_APPROXIMATE
-
Specifies an approximate seek.
Remarks
This enumeration is used with the MediaEngineEx::SetCurrentTimeEx.
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
Show: