Enum MediaCanPlayResponse
Describes the likelihood that the media engine can play a media source based on its file type and characteristics.
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public enum MediaCanPlayResponse
Fields
| Name | Description |
|---|---|
| Maybe | Media engine might support the media source. |
| NotSupported | Media engine cannot support the media source. |
| Probably | Media engine can probably support the media source. |