preferredParticipantForExternalPlayback
The participant that has priority to play on external playback interfaces.
Declaration
weak var preferredParticipantForExternalPlayback: (any AVRoutingPlaybackParticipant)? { get set }Discussion
This participant takes precedence over all others to play on external playback interfaces (specifically for AirPlay video and Apple Lightning Digital AV Adapters).
By default, this value is nil. When the value is nil, the arbiter doesn’t impose any priority on the participants, and the participant that is selected to playback externally falls back to the existing selection mechanism.