---
title: availableImageDataCVPixelFormatTypes
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturestillimageoutput/availableimagedatacvpixelformattypes
---

# availableImageDataCVPixelFormatTypes

The supported image pixel formats that can be specified as output settings.

## Declaration

```swift
var availableImageDataCVPixelFormatTypes: [NSNumber] { get }
```

## Discussion

Discussion The value of this property is an array of NSNumber objects that you can use as values for the kCVPixelBufferPixelFormatTypeKey in the outputSettings property.

## See Also

### Configuring image settings

- [isHighResolutionStillImageOutputEnabled](avfoundation/avcapturestillimageoutput/ishighresolutionstillimageoutputenabled.md)
- [availableImageDataCodecTypes](avfoundation/avcapturestillimageoutput/availableimagedatacodectypes.md)
- [outputSettings](avfoundation/avcapturestillimageoutput/outputsettings.md)
- [Video settings](avfoundation/video-settings.md)
