MonobjcMonobjc Documented Class Library
kCISupportedDecoderVersionsKey Field
NamespacesMonobjc.QuartzCoreCIFilterkCISupportedDecoderVersionsKey

A key for the supported decoder versions. The associated value is an NSArray object that contains all supported decoder versions for the given image type, sorted in increasingly newer order. Each entry is an NSDictionary object that contains key-value pairs. All entries represent a valid version identifier that can be passed as the kCIDecoderVersion value for the key kCIDecoderMethodKey. Version values are read-only; attempting to set this value raises an exception. Currently, the only defined key is @"version" which has as its value an NSString that uniquely describing a given decoder version. This string might not be suitable for user interface display..

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kCISupportedDecoderVersionsKey
Public Shared ReadOnly kCISupportedDecoderVersionsKey As NSString
public:
static initonly NSString^ kCISupportedDecoderVersionsKey
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)