AngleSharp by AngleSharp

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

 ITextTrack

public interface ITextTrack : IEventTarget
Information about a text track.

Gets the active text cues.

Gets the available text cues.

string Kind { get; }

Gets the text track kind of the text track.

string Label { get; }

Gets the text track label of the text track.

string Language { get; }

Gets the text track language of the text track.

TextTrackMode Mode { get; set; }

Gets or sets the mode of the text track.

Event triggered after a cue has changed.

void Add(ITextTrackCue cue)

Adds another cue to the text track.

Removes a cue from the text track.