setStartTime(_:forItemWith:)
Sets the time the item with the associated play parameters is to start playing.
Declaration
func setStartTime(_ startTime: TimeInterval, forItemWith playParameters: MPMusicPlayerPlayParameters)Parameters
- startTime:
The Timeinterval describing when the item with designated play parameters starts playing.
- playParameters:
The play parameters associated with the item in the queue that has a changed start time.