AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.7.1" />

.NET API 1,175,040 bytes

 HtmlVideoElement

Represents the HTML video element.
public int DisplayHeight { get; set; }

Gets or sets the displayed height of the video element.

public int DisplayWidth { get; set; }

Gets or sets the displayed width of the video element.

public int OriginalHeight { get; }

Gets the height of the video.

public int OriginalWidth { get; }

Gets the width of the video.

public string Poster { get; set; }

Gets or sets the URL to a preview image.

public HtmlVideoElement(Document owner, string prefix = null)

Creates a new HTML video element.