init(asset:mindingInterval:)
Creates a fragmented asset minder that monitors the specified asset at the indicated minding interval.
Declaration
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.