kCISupportedDecoderVersionsKey

Static kCISupportedDecoderVersionsKey 

Source
pub unsafe static kCISupportedDecoderVersionsKey: Option<&'static CIRAWFilterOption>
Available on crate feature CIRAWFilter_Deprecated only.
Expand description

NSArray : Array of all supported decoder versions for the given image type, sorted in increasingly newer order. Each entry is a NSString. All entries would represent a valid version identifier to be passed in for kCIInputDecoderVersion. This value can be only read; setting this value will raise an exception.

See also Apple’s documentation