<!--
{
  "availability" : [
    "iOS: 4.0.0 - 10.0.0",
    "iPadOS: 4.0.0 - 10.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.7.0 - 10.15.0"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureStillImageOutput/availableImageDataCVPixelFormatTypes",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureStillImageOutput(py)availableImageDataCVPixelFormatTypes"
  },
  "title" : "availableImageDataCVPixelFormatTypes"
}
-->

# availableImageDataCVPixelFormatTypes

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

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

## Discussion

The value of this property is an array of `NSNumber` objects that you can use as values for the <doc://com.apple.documentation/documentation/CoreVideo/kCVPixelBufferPixelFormatTypeKey> in the [`outputSettings`](/documentation/AVFoundation/AVCaptureStillImageOutput/outputSettings) property.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)