pub unsafe static AVAssetWasDefragmentedNotification: &'static NSStringAvailable on crate feature
AVAsset only.Expand description
Posted when the asset on disk is defragmented while an AVFragmentedAsset is being minded by an AVFragmentedAssetMinder, but only if the defragmentation occurs after the status of the value of “ canContainFragments“ has reached AVKeyValueStatusLoaded.
After this notification is posted, the value of the asset properties canContainFragments and containsFragments will both be NO.
See also Apple’s documentation