Contents

removeItem(_:)

Removes the specified item from the queue.

Declaration

func removeItem(_ item: WKAudioFilePlayerItem)

Parameters

  • item:

    The player item to remove.

Discussion

If item is currently playing, the queue stops playback of item before removing it. It then begins playing the next item in the queue.

See Also

Managing Items