---
title: containsMovieFragments
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avmovie/containsmoviefragments
---

# containsMovieFragments

A Boolean value that indicates whether at least one movie fragment extends the movie file.

## Declaration

```swift
var containsMovieFragments: Bool { get }
```

## Discussion

Discussion This property is YES if canContainMovieFragments is YES and at least one moof box is present after the moov box.

## See Also

### Determining fragment support

- [canContainMovieFragments](avfoundation/avmovie/cancontainmoviefragments.md)
