AngleSharp by Florian Rappl

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

.NET API 681,472 bytes

 HTMLVideoElement

public sealed class HTMLVideoElement : HTMLMediaElement
Represents the HTML video element.
public uint Height { get; set; }

Gets or sets the displayed height of the video element.

public string Poster { get; set; }

Gets or sets the URL to a preview image.

public uint VideoHeight { get; }

Gets the height of the video.

public uint VideoWidth { get; }

Gets the width of the video.

public uint Width { get; set; }

Gets or sets the displayed width of the video element.