<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetExportSession/Status-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVAssetExportSessionStatus"
  },
  "title" : "AVAssetExportSession.Status"
}
-->

# AVAssetExportSession.Status

Values that indicate the state of an export session.

```
enum Status
```

## Topics

### Status values

[`AVAssetExportSessionStatusUnknown`](/documentation/AVFoundation/AVAssetExportSession/Status-swift.enum/unknown)

The session status is unknown.

[`AVAssetExportSessionStatusWaiting`](/documentation/AVFoundation/AVAssetExportSession/Status-swift.enum/waiting)

The session is waiting to export more data.

[`AVAssetExportSessionStatusExporting`](/documentation/AVFoundation/AVAssetExportSession/Status-swift.enum/exporting)

The export is in progress.

[`AVAssetExportSessionStatusCompleted`](/documentation/AVFoundation/AVAssetExportSession/Status-swift.enum/completed)

The export completes successfully.

[`AVAssetExportSessionStatusFailed`](/documentation/AVFoundation/AVAssetExportSession/Status-swift.enum/failed)

The export fails.

[`AVAssetExportSessionStatusCancelled`](/documentation/AVFoundation/AVAssetExportSession/Status-swift.enum/cancelled)

You canceled the export.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)