AVMusicTimeStampEndOfTrack
A timestamp you use to access all events in a music track through a beat range.
Declaration
var AVMusicTimeStampEndOfTrack: Double { get }Discussion
Pass this value as the length of an AVBeatRange to indicate an end time beyond the last event in the track. This makes it possible to specify a beat range that includes all events starting at a particular time, up to and including the last event.