Table of Contents

Enum MediaErrorCode

Namespace
AngleSharp.Media.Dom
Assembly
AngleSharp.dll

Enumeration with the various media error codes.

[DomName("MediaError")]
public enum MediaErrorCode : byte
Extension Methods

Fields

[DomName("MEDIA_ERR_ABORTED")] Aborted = 1

The transfer has been aborted.

[DomName("MEDIA_ERR_DECODE")] Decode = 3

The decoding process failed.

[DomName("MEDIA_ERR_NETWORK")] Network = 2

The network is unreachable.

[DomName("MEDIA_ERR_SRC_NOT_SUPPORTED")] SourceNotSupported = 4

The source format is not supported.