---
title: AVVideoHeightKey
framework: avfoundation
role: symbol
role_heading: Global Variable
path: avfoundation/avvideoheightkey
---

# AVVideoHeightKey

A key to access the height of the video in pixels.

## Declaration

```swift
let AVVideoHeightKey: String
```

## Discussion

Discussion The corresponding value is an instance of NSNumber.

## See Also

### Geometry

- [AVVideoWidthKey](avfoundation/avvideowidthkey.md)
- [AVVideoPixelAspectRatioKey](avfoundation/avvideopixelaspectratiokey.md)
- [AVVideoPixelAspectRatioVerticalSpacingKey](avfoundation/avvideopixelaspectratioverticalspacingkey.md)
- [AVVideoPixelAspectRatioHorizontalSpacingKey](avfoundation/avvideopixelaspectratiohorizontalspacingkey.md)
