EnumHtmlMediaError
Enum
Html media errors.
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum HtmlMediaError
Fields
Aborted
The fetching of the associated resource was aborted by the user's request.
Decode
Despite having previously been determined to be usable, an error occurred while trying to decode the media resource, resulting in an error. .
Network
Some kind of network error occurred which prevented the media from being successfully fetched, despite having previously been available. .
SrcNotSupported
The associated resource or media provider object (such as a MediaStream) has been found to be unsuitable. .