Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_SUPPORTED Value: 0 The Media Engine cannot play the resource. |
MF_MEDIA_ENGINE_CANPLAY_MAYBE Value: 1 The Media Engine might be able to play the resource. |
MF_MEDIA_ENGINE_CANPLAY_PROBABLY Value: 2 The Media Engine can probably play the resource. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Header | mfmediaengine.h |