MF_MEDIA_ENGINE_CANPLAY enumeration (mfmediaengine.h)
Specifies the likelihood that the Media Engine can play a specified type of media resource.
Syntax
typedef enum MF_MEDIA_ENGINE_CANPLAY {
MF_MEDIA_ENGINE_CANPLAY_NOT_SUPPORTED = 0,
MF_MEDIA_ENGINE_CANPLAY_MAYBE = 1,
MF_MEDIA_ENGINE_CANPLAY_PROBABLY = 2
} ;
Constants
MF_MEDIA_ENGINE_CANPLAY_NOT_SUPPORTEDValue: 0 The Media Engine cannot play the resource. |
MF_MEDIA_ENGINE_CANPLAY_MAYBEValue: 1 The Media Engine might be able to play the resource. |
MF_MEDIA_ENGINE_CANPLAY_PROBABLYValue: 2 The Media Engine can probably play the resource. |
Requirements
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Header | mfmediaengine.h |