Contents

AVPlaybackCoordinationMedium

The AVPlaybackCoordinationMedium passes states and messages between its connected playback coordinators.

Declaration

class AVPlaybackCoordinationMedium

Overview

The coordination medium passes states and messages from one playback coordinator to all other connected playback coordinators to enable coordination of rate changes and seeks. Subclasses of this type that are used from Swift must fulfill the requirements of a Sendable type.

Topics

Creating a coordination medium

Managing playback coordinators

See Also

SharePlay