pixelFormatTypes
Allow multiple pixel formats to be specified in attributes
Declaration
var pixelFormatTypes: [CVPixelFormatType]? { get set }Discussion
Setting this property will override the single format value set by pixelFormatType and vice-versa. When accessing pixelFormatType, only the first value is used if multiple format values are set. Do not set this value to an empty array.