AngleSharp by Florian Rappl

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

 IVideoTrack

public interface IVideoTrack
Represents an video track.
string Id { get; }

Gets the id of the video track.

bool IsSelected { get; set; }

Gets or sets if the track is selected.

string Kind { get; }

Gets the kind of video track.

string Label { get; }

Gets the label of the track.

string Language { get; }

Gets the language of the track.