AngleSharp by Florian Rappl

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

 IAudioTrackList

Represents a list of audio tracks.
IAudioTrack this[int index] { get; }

Gets the track at the given index.

int Length { get; }

Gets the number of tracks.

Event triggered after changing contents.

Event triggered after adding a track.

Event triggered after removing a track.

Gets the track with the specified id.