availableRawPhotoFileTypes
The list of file types currently supported for RAW format capture and output.
Declaration
var availableRawPhotoFileTypes: [AVFileType] { get }Discussion
When you issue a photo capture request, you can separately specify the format for capturing or encoding image data and the container format for producing output files containing that data. However, each file type supports only a specific set of image data types.
After choosing an output file type, use the supportedRawPhotoPixelFormatTypesForFileType: method to choose an appropriate data format before creating a photo settings object.