---
title: AVVideoApertureMode
framework: avfoundation
role: symbol
role_heading: Structure
path: avfoundation/avvideoaperturemode
---

# AVVideoApertureMode

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

## Declaration

```swift
struct AVVideoApertureMode
```

## Topics

### Aperture modes

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

### Initializers

- [init(rawValue:)](avfoundation/avvideoaperturemode/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring presentation

- [presentationSize](avfoundation/avplayeritem/presentationsize.md)
- [preferredMaximumResolution](avfoundation/avplayeritem/preferredmaximumresolution.md)
- [videoApertureMode](avfoundation/avplayeritem/videoaperturemode.md)
