---
title: displaySize
framework: corevideo
role: symbol
role_heading: Instance Property
path: corevideo/cvimagebufferrepresentable/displaysize
---

# displaySize

Nominal output display size (in square pixels) of a CVImageBuffer. For example, for an NTSC DV frame this would be 640x480

## Declaration

```swift
var displaySize: CGSize { get }
```
