AVAssetDurationDidChangeNotification

Static AVAssetDurationDidChangeNotification 

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

Posted when the duration of an AVFragmentedAsset changes while it’s being minded by an AVFragmentedAssetMinder, but only for changes that occur after the status of the value of “ duration“ has reached AVKeyValueStatusLoaded.

See also Apple’s documentation