AVMakeBeatRange(_:_:)
Creates a beat range with the specified start time and length.
Declaration
func AVMakeBeatRange(_ startBeat: AVMusicTimeStamp, _ lengthInBeats: AVMusicTimeStamp) -> AVBeatRangeParameters
- startBeat:
The timestamp for the start position.
- lengthInBeats:
The length of the beat range, in beats.