<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaExtension",
  "identifier" : "/documentation/MediaExtension/METrackReader/loadTotalSampleDataLength(completionHandler:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "MediaExtension"
    ],
    "preciseIdentifier" : "c:objc(pl)METrackReader(im)loadTotalSampleDataLengthWithCompletionHandler:"
  },
  "title" : "loadTotalSampleDataLength(completionHandler:)"
}
-->

# loadTotalSampleDataLength(completionHandler:)

Loads the total size in bytes of all the samples in the track.

```
optional func loadTotalSampleDataLength(completionHandler: @escaping @Sendable (Int64, (any Error)?) -> Void)
```

## Parameters

`completionHandler`

The completion block to execute when the load operation finishes.

---

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)