AVPlayerRateDidChangeNotification

Static AVPlayerRateDidChangeNotification 

Source
pub unsafe static AVPlayerRateDidChangeNotification: &'static NSNotificationName
Available on crate feature AVPlayer only.
Expand description

Indicates a player rate change.

Posted by the player when its rate changes. Similar to KVO of AVPlayer.rate, but providing additional information about the rate change in the userInfo. See keys below.

See also Apple’s documentation