AngleSharp by Florian Rappl

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

.NET API 1,171,968 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; }

public HtmlTrackElement(Document owner)

Creates a new HTML track element.