setEndTime(_:forItemWithStoreID:)
Sets the time the designated store item is to stop playing.
Declaration
func setEndTime(_ endTime: TimeInterval, forItemWithStoreID storeID: String)Parameters
- endTime:
The Timeinterval describing when the store item stops playing.
- storeID:
The store identifier associated with the item in the queue that has a changed end time.