availableRawPhotoPixelFormatTypes
The pixel formats the capture output supports for RAW photo capture.
Declaration
@nonobjc var availableRawPhotoPixelFormatTypes: [OSType] { get }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.