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

# AVFragmentedMovieMinder

An object that checks whether a fragmented movie appends additional movie fragments.

```
class AVFragmentedMovieMinder
```

## Overview

This class is identical to [`AVFragmentedAssetMinder`](/documentation/AVFoundation/AVFragmentedAssetMinder) except that it’s capable of minding only assets of type [`AVFragmentedMovie`](/documentation/AVFoundation/AVFragmentedMovie).

## Topics

### Creating a movie minder

[`init(movie:mindingInterval:)`](/documentation/AVFoundation/AVFragmentedMovieMinder/init(movie:mindingInterval:))

Creates a movie minder and adds a movie with a minding interval.

[`fragmentedMovieMinderWithMovie:mindingInterval:`](/documentation/AVFoundation/AVFragmentedMovieMinder/fragmentedMovieMinderWithMovie:mindingInterval:)

Creates a movie minder and adds a movie with a minding interval.

### Adding and removing movies

[`movies`](/documentation/AVFoundation/AVFragmentedMovieMinder/movies)

An array containing the fragmented movie objects being minded.

[`add(_:)`](/documentation/AVFoundation/AVFragmentedMovieMinder/add(_:))

Adds a fragmented movie to the array of movies being minded.

[`remove(_:)`](/documentation/AVFoundation/AVFragmentedMovieMinder/remove(_:))

Removes a fragmented movie from the array of movies being minded.

### Accessing minder information

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

The amount of time between checks for additional movie fragments.



---

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)