<!--
{
  "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/init(asset:mindingInterval:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVFragmentedAssetMinder(im)initWithAsset:mindingInterval:"
  },
  "title" : "init(asset:mindingInterval:)"
}
-->

# init(asset:mindingInterval:)

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

```
init(asset: any AVAsset & AVFragmentMinding, mindingInterval: TimeInterval)
```

## Parameters

`asset`

The fragmented asset added to the fragmented asset minder.

`mindingInterval`

The amount of time between checking to see if the system appended additional fragments to the minded asset.

## Return Value

The new fragmented asset minder.

## Discussion

---

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)