AVPlayerRateDidChangeOriginatingParticipantKey

Static AVPlayerRateDidChangeOriginatingParticipantKey 

Source
pub unsafe static AVPlayerRateDidChangeOriginatingParticipantKey: &'static NSString
Available 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