<!--
{
  "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/AVFragmentedMovie",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVFragmentedMovie"
  },
  "title" : "AVFragmentedMovie"
}
-->

# AVFragmentedMovie

An object that represents a fragmented movie file.

```
class AVFragmentedMovie
```

## Topics

### Loading tracks

[`tracks`](/documentation/AVFoundation/AVPartialAsyncProperty/tracks-7fr6q)

The tracks that a movie contains.

[`loadTrack(withTrackID:completionHandler:)`](/documentation/AVFoundation/AVFragmentedMovie/loadTrack(withTrackID:completionHandler:))

Loads a track that contains the specified identifier.

[`loadTracks(withMediaType:completionHandler:)`](/documentation/AVFoundation/AVFragmentedMovie/loadTracks(withMediaType:completionHandler:))

Loads tracks that contain media of a specified type.

[`loadTracks(withMediaCharacteristic:completionHandler:)`](/documentation/AVFoundation/AVFragmentedMovie/loadTracks(withMediaCharacteristic:completionHandler:))

Loads tracks that contain media of a specified characteristic.

### Accessing tracks

Prefer loading tracks asynchronously using the methods in Loading Tracks.

[`tracks`](/documentation/AVFoundation/AVFragmentedMovie/tracks)

The tracks that a movie contains.

[`track(withTrackID:)`](/documentation/AVFoundation/AVFragmentedMovie/track(withTrackID:))

Retrieves a track in the movie that contains the specified identifier.

[`tracks(withMediaType:)`](/documentation/AVFoundation/AVFragmentedMovie/tracks(withMediaType:))

Retrieves tracks in the movie that present media of the specified type.

[`tracks(withMediaCharacteristic:)`](/documentation/AVFoundation/AVFragmentedMovie/tracks(withMediaCharacteristic:))

Retrieves tracks in the movie that present media of the specified characteristic.



---

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)