startItem
Designates the media item to play first.
Declaration
var startItem: MPMediaItem? { get set }Discussion
When this property isn’t set, the value is nil and the first item in the queue is the first item to play.
Designates the media item to play first.
var startItem: MPMediaItem? { get set }When this property isn’t set, the value is nil and the first item in the queue is the first item to play.