AVPlayerItemTimeJumpedOriginatingParticipantKey

Static AVPlayerItemTimeJumpedOriginatingParticipantKey 

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