Enum
HtmlMediaError

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.

Declaration

cs-api-definition
Aborted = 1

Field Value

HtmlMediaError

Decode

Despite having previously been determined to be usable, an error occurred while trying to decode the media resource, resulting in an error. .

Declaration

cs-api-definition
Decode = 3

Field Value

HtmlMediaError

Network

Some kind of network error occurred which prevented the media from being successfully fetched, despite having previously been available. .

Declaration

cs-api-definition
Network = 2

Field Value

HtmlMediaError

None

No error.

Declaration

cs-api-definition
None = 0

Field Value

HtmlMediaError

SrcNotSupported

The associated resource or media provider object (such as a MediaStream) has been found to be unsuitable. .

Declaration

cs-api-definition
SrcNotSupported = 4

Field Value

HtmlMediaError