---
title: "AVInterfaceMetadata.MediaMode.video(presentationSize:)"
framework: avkit
role: symbol
role_heading: Case
path: "avkit/avinterfacemetadata-swift.struct/mediamode-swift.enum/video(presentationsize:)"
---

# AVInterfaceMetadata.MediaMode.video(presentationSize:)

The content contains video with the specified natural pixel dimensions.

## Declaration

```swift
case video(presentationSize: CGSize)
```

## Parameters

- `presentationSize`: The natural pixel dimensions of the video content, used for aspect ratio calculations and layout.
