AngleSharp by AngleSharp

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

 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.