invoke

operator fun invoke(group: Tracks.Group, groupIndex: Int, trackIndexInGroup: Int): Track?

Converts the track at index trackIndexInGroup from the provided group into a Track.

Parameters

group

The Group containing the track to convert.

groupIndex

The index of the containing Group.

trackIndexInGroup

The index of this Track in its containing Group.