Type Property 型プロパティ

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