AngleSharp by Florian Rappl

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

.NET API 481,792 bytes

 HTMLTrackElement

public sealed class HTMLTrackElement : HTMLElement
Represents the HTML track element.
public enum TrackKind

An enumeration with various track kinds.

public enum TrackReadyState

An enumeration with track ready state values.

public bool Default { get; set; }

Gets or sets if given track is the default track.

public TrackKind 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 Src { get; set; }

Gets or sets the media source.

public string Srclang { get; set; }

Gets or sets the language of the source.

public string Track { get; }

Gets the text of the given track.