AngleSharp by Florian Rappl

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

.NET API 997,888 bytes

 HTMLTrackElement

Represents the HTML track element.
public enum TrackKind

An enumeration with various track kinds.

public bool IsDefault { get; set; }

Gets or sets if given track is the default track.

public string Kind { get; set; }

Gets or sets the kind of the track.

public string Label { get; set; }

Gets or sets the label text.

public TrackReadyState ReadyState { get; }

Gets the ready state of the given track.

public string Source { get; set; }

Gets or sets the media source.

public string SourceLanguage { get; set; }

Gets or sets the language of the source.

public ITextTrack Track { get; }