Static kCIInputDecoderVersionKey

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

NSString: Version string representing the decoder version to be used. A newly initialized object defaults to the newest available decoder version for the given image type. User can request an alternative, older version in order to maintain compatibility with older releases. Must be one of kCISupportedDecoderVersions (below), otherwise a nil output image will be generated.

See also Apple’s documentation