Click or drag to resize
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.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum MediaCanPlayResponse
Members
  Member nameValueDescription
NotSupported0 Media engine cannot support the media source.
Maybe1 Media engine might support the media source.
Probably2 Media engine can probably support the media source.
See Also