Contents

AVAssetContainsFragmentsDidChange

A notification the system posts when an asset’s fragments change.

Declaration

static let AVAssetContainsFragmentsDidChange: NSNotification.Name

Discussion

You can receive notifications of changes to an asset’s fragments after the system loads the value of an asset’s containsFragments property, and you’ve added the asset to an instance of AVFragmentedAssetMinder.

See Also

AVFoundation