<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVSampleCursorStorageRange",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@SA@AVSampleCursorStorageRange"
  },
  "title" : "AVSampleCursorStorageRange"
}
-->

# AVSampleCursorStorageRange

A structure that indicates the offset and length of storage for a media sample or its chunk.

```
struct AVSampleCursorStorageRange
```

## Topics

### Storage range

[`offset`](/documentation/AVFoundation/AVSampleCursorStorageRange/offset)

The offset of the first byte of storage that a media sample or its chunk occupies.

[`length`](/documentation/AVFoundation/AVSampleCursorStorageRange/length)

The count of bytes of storage that a media sample or its chunk occupies.



---

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)