---
title: AVSampleCursorStorageRange
framework: avfoundation
role: symbol
role_heading: Structure
path: avfoundation/avsamplecursorstoragerange
---

# AVSampleCursorStorageRange

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

## Declaration

```swift
struct AVSampleCursorStorageRange
```

## Topics

### Storage range

- [offset](avfoundation/avsamplecursorstoragerange/offset.md)
- [length](avfoundation/avsamplecursorstoragerange/length.md)

### Initializers

- [init()](avfoundation/avsamplecursorstoragerange/init().md)
- [init(offset:length:)](avfoundation/avsamplecursorstoragerange/init(offset:length:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Sample cursors

- [AVSampleCursor](avfoundation/avsamplecursor.md)
- [AVSampleCursorSyncInfo](avfoundation/avsamplecursorsyncinfo.md)
- [AVSampleCursorDependencyInfo](avfoundation/avsamplecursordependencyinfo.md)
- [AVSampleCursorAudioDependencyInfo](avfoundation/avsamplecursoraudiodependencyinfo.md)
- [AVSampleCursorChunkInfo](avfoundation/avsamplecursorchunkinfo.md)
