QueuePlayerDelegate

public protocol QueuePlayerDelegate

Listens to QueuePlayer changes

  • playerDidTransition(to:) Default implementation

    Invoked when the queue player moves to the next item in the playlist.

    Default Implementation

    Declaration

    Swift

    func playerDidTransition(to item: MediaPlaylistItem)

    Parameters

    item

    The MediaPlaylistItem to which the player has transitioned.