Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 602 Bytes

mediacanplayresponse.md

File metadata and controls

31 lines (20 loc) · 602 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Media.MediaCanPlayResponse
winrt enum

MediaCanPlayResponse

-description

Describes the likelihood that the media engine can play a media source based on its file type and characteristics.

-enum-fields

-field NotSupported:0

Media engine cannot support the media source.

-field Maybe:1

Media engine might support the media source.

-field Probably:2

Media engine can probably support the media source.

-remarks

-examples

-see-also