AngleSharp by Florian Rappl

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

.NET API 844,288 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.