AngleSharp by AngleSharp

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

.NET API 888,832 bytes

 HtmlTrackElement

Represents the HTML track element.
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; }

public HtmlTrackElement(Document owner, string prefix = null)

Creates a new HTML track element.