playbackCoordinationMedium
The AVPlaybackCoordinationMedium this playback coordinator is connected to.
Declaration
var playbackCoordinationMedium: AVPlaybackCoordinationMedium? { get }Discussion
This is the AVPlaybackCoordinationMedium the playback coordinator is connected to. If not NULL, the playback coordinator is connected to the specified coordination medium. The playback coordinator is not available to coordinate with a group session. If NULL, the playback coordinator is not connected to any playback coordination medium. The playback coordinator is available to coordinate with a group session through the coordinateWithSession API.