MF_MEDIA_ENGINE_CANPLAY enumeration
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 } MF_MEDIA_ENGINE_CANPLAY;
Constants
- MF_MEDIA_ENGINE_CANPLAY_NOT_SUPPORTED
-
The Media Engine cannot play the resource.
- MF_MEDIA_ENGINE_CANPLAY_MAYBE
-
The Media Engine might be able to play the resource.
- MF_MEDIA_ENGINE_CANPLAY_PROBABLY
-
The Media Engine can probably play the resource.
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: