AngleSharp by AngleSharp

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

.NET API 1,204,224 bytes

 IHtmlTrackElement

Represents the track HTML element.
bool IsDefault { get; set; }

Gets or sets if given track is the default track.

string Kind { get; set; }

Gets or sets the kind of the track.

string Label { get; set; }

Gets or sets the label text.

Gets the ready state of the given track.

string Source { get; set; }

Gets or sets the media source.

string SourceLanguage { get; set; }

Gets or sets the language of the source.

ITextTrack Track { get; }

Gets the associated text track.