AVPlayerInterstitialEventMonitorInterstitialEventDidFinishPlayoutTimeKey

Static AVPlayerInterstitialEventMonitorInterstitialEventDidFinishPlayoutTimeKey 

Source
pub unsafe static AVPlayerInterstitialEventMonitorInterstitialEventDidFinishPlayoutTimeKey: &'static NSString
Available on crate feature AVPlayerInterstitialEventController only.
Expand description

The dictionary key for the playout time of the event that finished playing in the payload of the AVPlayerInterstitialEventMonitorInterstitialEventDidFinishNotification.

The value corresponding to this key is of type CMTime as a NSDictionary.

See also Apple’s documentation