setStartTime(_:for:)
The time the designated media item is to start playing.
Declaration
func setStartTime(_ startTime: TimeInterval, for mediaItem: MPMediaItem)Parameters
- startTime:
The Timeinterval describing when the media item starts playing.
- mediaItem:
The media item in the queue that has a changed start time.