<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetReaderOutput/RandomAccessController",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:So19AVAssetReaderOutputC12AVFoundationE22RandomAccessControllerC"
  },
  "title" : "AVAssetReaderOutput.RandomAccessController"
}
-->

# AVAssetReaderOutput.RandomAccessController

Object used to reset an output provider to read specified time ranges.

```
class RandomAccessController
```

## Topics

### Configuring a controller

[`func markConfigurationAsFinal()`](/documentation/AVFoundation/AVAssetReaderOutput/RandomAccessController/markConfigurationAsFinal())

Informs the provider that no more reconfiguration of time ranges is necessary and allows the attached AVAssetReader to advance to `AVAssetReaderStatus/completed`.

[`func resetForReading(timeRanges: [CMTimeRange])`](/documentation/AVFoundation/AVAssetReaderOutput/RandomAccessController/resetForReading(timeRanges:))

Starts reading over with a new set of time ranges.



---

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)