<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVFragmentedAssetMinder",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVFragmentedAssetMinder"
  },
  "title" : "AVFragmentedAssetMinder"
}
-->

# AVFragmentedAssetMinder

An object that periodically checks whether the system adds new fragments to a fragmented asset.

```
class AVFragmentedAssetMinder
```

## Topics

### Creating an asset minder

[`init(asset:mindingInterval:)`](/documentation/AVFoundation/AVFragmentedAssetMinder/init(asset:mindingInterval:))

Creates a fragmented asset minder that monitors the specified asset at the indicated minding interval.

[`fragmentedAssetMinderWithAsset:mindingInterval:`](/documentation/AVFoundation/AVFragmentedAssetMinder/fragmentedAssetMinderWithAsset:mindingInterval:)

Creates a fragmented asset minder containing the specified asset and minding interval.

### Configuring the minding interval

[`mindingInterval`](/documentation/AVFoundation/AVFragmentedAssetMinder/mindingInterval)

An interval that specifies when to perform a check for additional fragments.

### Inspecting a fragment asset

[`assets`](/documentation/AVFoundation/AVFragmentedAssetMinder/assets)

The minded array of fragmented assets.

### Adding and removing fragmented assets

[`addFragmentedAsset(_:)`](/documentation/AVFoundation/AVFragmentedAssetMinder/addFragmentedAsset(_:))

Adds a fragmented asset to the array of minded assets.

[`removeFragmentedAsset(_:)`](/documentation/AVFoundation/AVFragmentedAssetMinder/removeFragmentedAsset(_:))

Removes a fragmented asset from the array of minded assets.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)