Type Property 型プロパティ

AVAssetWasDefragmented

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

Declaration 宣言

static let AVAssetWasDefragmented: NSNotification.Name

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 参照

AVFoundation