<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetExportSessionResumptionState",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAssetExportSessionResumptionState"
  },
  "title" : "AVAssetExportSessionResumptionState"
}
-->

# AVAssetExportSessionResumptionState

The current resumption state of the export session.

```
@interface AVAssetExportSessionResumptionState : NSObject
```

## Overview

Configure a resumable export session with [`configureForResumableExportWithCompletionHandler:`](/documentation/AVFoundation/AVAssetExportSession/configureForResumableExportWithCompletionHandler:).

## Topics

### Inspecting the resumption state

[`resumptionConfigured`](/documentation/AVFoundation/AVAssetExportSessionResumptionState/resumptionConfigured)

A Boolean value that indicates whether the export session is configured as resumable.

[`resumingFromPreviousState`](/documentation/AVFoundation/AVAssetExportSessionResumptionState/resumingFromPreviousState)

A Boolean value that indicates whether or not a resuming export is continuing from a previous state.

[`configurationFailureReason`](/documentation/AVFoundation/AVAssetExportSessionResumptionState/configurationFailureReason)

The reason that the export session couldn’t be configured as resumable.

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)