---
title: "init(asset:mindingInterval:)"
framework: avfoundation
role: symbol
role_heading: Initializer
path: "avfoundation/avfragmentedassetminder/init(asset:mindinginterval:)"
---

# init(asset:mindingInterval:)

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

## Declaration

```swift
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

Return Value The new fragmented asset minder.
