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

# AVVideoApertureMode

A value that describes how a video is scaled or cropped.

```
struct AVVideoApertureMode
```

## Topics

### Aperture modes

[`cleanAperture`](/documentation/AVFoundation/AVVideoApertureMode/cleanAperture)

The pixel aspect ratio and clean aperture will be applied.

[`encodedPixels`](/documentation/AVFoundation/AVVideoApertureMode/encodedPixels)

The encoded dimensions of the image description are displayed.

[`productionAperture`](/documentation/AVFoundation/AVVideoApertureMode/productionAperture)

The pixel aspect ratio will be applied.

### Initializers

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

Creates a video aperture mode with a string.



---

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)