pub unsafe static AVPlayerItemTimeJumpedOriginatingParticipantKey: &'static NSStringAvailable on crate feature
AVPlayerItem only.Expand description
Indicates a time jump was caused by another participant connected through AVPlayerPlaybackCoordinator.
Informs the receiver of an AVPlayerItemTimeJumpedNotification that a time jump originated from another AVCoordinatedPlaybackParticipant connected through AVPlayerPlaybackCoordinator. This can be used to inform UI showing why the current time 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