MediaCanPlayResponse Enumeration |
Describes the likelihood that the media engine can play a media source based
on its file type and characteristics.
Namespace: Windows.UI.Xaml.MediaAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public enum MediaCanPlayResponse
Members
| Member name | Value | Description |
---|
| NotSupported | 0 |
Media engine cannot support the media source.
|
| Maybe | 1 |
Media engine might support the media source.
|
| Probably | 2 |
Media engine can probably support the media source.
|
See Also