AngleSharp by AngleSharp

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

 IAudioTrack

public interface IAudioTrack
Represents an audio track.
string Id { get; }

Gets the id of the audio track.

bool IsEnabled { get; set; }

Gets or sets if the track is enabled.

string Kind { get; }

Gets the kind of audio track.

string Label { get; }

Gets the label of the track.

string Language { get; }

Gets the language of the track.