MF_MEDIA_ENGINE_SEEK_MODE enumeration (mfmediaengine.h)
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
} ;
Constants
MF_MEDIA_ENGINE_SEEK_MODE_NORMALValue: 0 Specifies normal seek. |
MF_MEDIA_ENGINE_SEEK_MODE_APPROXIMATEValue: 1 Specifies an approximate seek. |
Remarks
This enumeration is used with the MediaEngineEx::SetCurrentTimeEx.
Requirements
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Header | mfmediaengine.h |