availableRawPhotoPixelFormatTypes
The pixel formats the capture output supports for RAW photo capture.
Declaration
@property (nonatomic, readonly) NSArray<NSNumber *> * availableRawPhotoPixelFormatTypes;Mentioned in
Discussion
To capture a photo in RAW format, use the init(rawPixelFormatType:) or init(rawPixelFormatType:processedFormat:) initializer to create your photo settings object. The value for that initializer’s rawPixelFormatType parameter must be one of the Bayer RAW format identifiers listed in this array.
This property supports key-value observing.