Contents

AVAssetWasDefragmentedNotification

A notification the system posts when a fragmented asset minder observes that the system defragments the asset on disk.

Declaration

extern NSString * const AVAssetWasDefragmentedNotification;

Discussion

The system posts this notification only for changes that occur after an asset’s canContainFragments property reaches a AVKeyValueStatus.loaded status.

After the system posts this notification, the value of the asset’s canContainFragments and containsFragments properties is false.

See Also

Notifications