WKAudioFileQueuePlayer
An object that controls playback of one or more audio items.
Declaration
class WKAudioFileQueuePlayerOverview
Items are stored in a queue and played sequentially. When playback of the current item ends, playback of the next item begins automatically.
Because this class is a subclass of WKAudioFilePlayer, it inherits the same playback controls and state information as its superclass. You can use the inherited methods to start and stop playback or change the playback rate. You can also get information about the current status of the player, including the elapsed playback time for the currently playing item. This method also implements the inherited replaceCurrentItem(with:) method and uses it to end playback of one item and start playback of another.