---
title: "add(_:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avfragmentedmovieminder/add(_:)"
---

# add(_:)

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

## Declaration

```swift
func add(_ movie: AVFragmentedMovie)
```

## Parameters

- `movie`: The fragmented movie added to the minder.

## See Also

### Adding and removing movies

- [movies](avfoundation/avfragmentedmovieminder/movies.md)
- [remove(_:)](avfoundation/avfragmentedmovieminder/remove(_:).md)
