pub unsafe static AVPlayerRateDidChangeNotification: &'static NSNotificationNameAvailable 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