---
title: productionAperture
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avvideoaperturemode/productionaperture
---

# productionAperture

The pixel aspect ratio will be applied.

## Declaration

```swift
static let productionAperture: AVVideoApertureMode
```

## Discussion

Discussion The image is not cropped to the clean aperture region, but it is scaled according to the pixel aspect ratio. Use this option when you want to see all the pixels in your video, including the edges.

## See Also

### Aperture modes

- [cleanAperture](avfoundation/avvideoaperturemode/cleanaperture.md)
- [encodedPixels](avfoundation/avvideoaperturemode/encodedpixels.md)
