Click or drag to resize
MediaElementCanPlayType Method
Returns an enumeration value that describes the likelihood that the current MediaElement and its client configuration can play that media source.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public MediaCanPlayResponse CanPlayType(
	string type
)

Parameters

type
Type: SystemString
A string that describes the desired type as a string.

Return Value

Type: MediaCanPlayResponse
A value of the enumeration that describes the likelihood that the current media engine can play the source.
See Also