pub unsafe static AVPlayerRateDidChangeOriginatingParticipantKey: &'static NSStringAvailable on crate feature
AVPlayer only.Expand description
Indicates a rate change was caused by another participant connected through AVPlayerPlaybackCoordinator.
Informs the receiver of an AVPlayerRateDidChangeNotification about a rate change originated from another AVCoordinatedPlaybackParticipant connected through AVPlayerPlaybackCoordinator. This can be used to inform UI showing why the playback rate changed. The type of the value for this key is an AVCoordinatedPlaybackParticipant, which is part of the AVPlayerPlaybackCoordinator.otherParticipants array.
See also Appleās documentation