Contents

init(playbackControlDelegate:)

Creates a playback coordinator for a custom playback object.

Declaration

init(playbackControlDelegate: any AVPlaybackCoordinatorPlaybackControlDelegate)

Parameters

  • playbackControlDelegate:

    The playback control delegate for the playback coordinator.

Discussion

If your app doesn’t use AVPlayer for playback, create an instance of this class to coordinate playback of your customer player.

See Also

Creating a coordinator