Interface IMediaError
- Namespace
- AngleSharp.Media.Dom
- Assembly
- AngleSharp.dll
Stores information about media errors.
[DomName("MediaError")]
public interface IMediaError
- Extension Methods
Properties
Code
Gets the code that represents the media error.
[DomName("code")]
MediaErrorCode Code { get; }