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

# AVAssetPlaybackConfigurationOption

A structure that defines playback configuration options for an asset.

```
struct AVAssetPlaybackConfigurationOption
```

## Topics

### Configuration options

[`stereoVideo`](/documentation/AVFoundation/AVAssetPlaybackConfigurationOption/stereoVideo)

An option that indicates whether the asset can render as stereo video.

[`stereoMultiviewVideo`](/documentation/AVFoundation/AVAssetPlaybackConfigurationOption/stereoMultiviewVideo)

An option that indicates whether the asset is in a multiview compression format and can render as stereo video.

[`spatialVideo`](/documentation/AVFoundation/AVAssetPlaybackConfigurationOption/spatialVideo)

An option that indicates whether the asset can render as spatial video.

[`appleImmersiveVideo`](/documentation/AVFoundation/AVAssetPlaybackConfigurationOption/appleImmersiveVideo)

Indicates whether the asset is Apple Immersive Video.

[`nonRectilinearProjection`](/documentation/AVFoundation/AVAssetPlaybackConfigurationOption/nonRectilinearProjection)

Indicates whether the asset calls for the use of a non-rectilinear projection for rendering video.

### Initializers

[`init(rawValue:)`](/documentation/AVFoundation/AVAssetPlaybackConfigurationOption/init(rawValue:))

Creates a configuration option from its raw string value.



---

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)