imageio

package
v0.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Rendered for darwin/amd64

Overview

Package imageio provides a fluent Go API over the macOS ImageIO framework.

Construction

New… functions create objects; each With… method sets one property and returns its receiver, so configuration calls chain. A <Type>FromID constructor adopts an Objective-C object obtained elsewhere.

Lifecycle

A wrapper releases its Objective-C object automatically once the garbage collector finds it unreachable. Call Release to relinquish the reference deterministically (for objects holding scarce resources); Release is idempotent, and afterwards the wrapper's methods are no-ops returning zero values.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CGAnimateImageAtURLWithBlock

func CGAnimateImageAtURLWithBlock(url corefoundation.CFURLRef, options corefoundation.CFDictionaryRef, block unsafe.Pointer) int

CGAnimateImageAtURLWithBlock calls the ImageIO framework function CGAnimateImageAtURLWithBlock.

func CGAnimateImageDataWithBlock

func CGAnimateImageDataWithBlock(data corefoundation.CFDataRef, options corefoundation.CFDictionaryRef, block unsafe.Pointer) int

CGAnimateImageDataWithBlock calls the ImageIO framework function CGAnimateImageDataWithBlock.

func CGImageDestinationAddAuxiliaryDataInfo

func CGImageDestinationAddAuxiliaryDataInfo(idst coregraphics.CGImageDestinationRef, auxiliaryImageDataType corefoundation.CFStringRef, auxiliaryDataInfoDictionary corefoundation.CFDictionaryRef)

CGImageDestinationAddAuxiliaryDataInfo calls the ImageIO framework function CGImageDestinationAddAuxiliaryDataInfo.

func CGImageDestinationAddImage

func CGImageDestinationAddImage(idst coregraphics.CGImageDestinationRef, image coregraphics.CGImageRef, properties corefoundation.CFDictionaryRef)

CGImageDestinationAddImage calls the ImageIO framework function CGImageDestinationAddImage.

func CGImageDestinationAddImageAndMetadata

func CGImageDestinationAddImageAndMetadata(idst coregraphics.CGImageDestinationRef, image coregraphics.CGImageRef, metadata coregraphics.CGImageMetadataRef, options corefoundation.CFDictionaryRef)

CGImageDestinationAddImageAndMetadata calls the ImageIO framework function CGImageDestinationAddImageAndMetadata.

func CGImageDestinationAddImageFromSource

func CGImageDestinationAddImageFromSource(idst coregraphics.CGImageDestinationRef, isrc coregraphics.CGImageSourceRef, index int, properties corefoundation.CFDictionaryRef)

CGImageDestinationAddImageFromSource calls the ImageIO framework function CGImageDestinationAddImageFromSource.

func CGImageDestinationCopyTypeIdentifiers

func CGImageDestinationCopyTypeIdentifiers() corefoundation.CFArrayRef

CGImageDestinationCopyTypeIdentifiers calls the ImageIO framework function CGImageDestinationCopyTypeIdentifiers.

func CGImageDestinationCreateWithData

CGImageDestinationCreateWithData calls the ImageIO framework function CGImageDestinationCreateWithData.

func CGImageDestinationCreateWithDataConsumer

func CGImageDestinationCreateWithDataConsumer(consumer coregraphics.CGDataConsumerRef, type_ corefoundation.CFStringRef, count int, options corefoundation.CFDictionaryRef) coregraphics.CGImageDestinationRef

CGImageDestinationCreateWithDataConsumer calls the ImageIO framework function CGImageDestinationCreateWithDataConsumer.

func CGImageDestinationCreateWithURL

func CGImageDestinationCreateWithURL(url corefoundation.CFURLRef, type_ corefoundation.CFStringRef, count int, options corefoundation.CFDictionaryRef) coregraphics.CGImageDestinationRef

CGImageDestinationCreateWithURL calls the ImageIO framework function CGImageDestinationCreateWithURL.

func CGImageDestinationFinalize

func CGImageDestinationFinalize(idst coregraphics.CGImageDestinationRef) bool

CGImageDestinationFinalize calls the ImageIO framework function CGImageDestinationFinalize.

func CGImageDestinationGetTypeID

func CGImageDestinationGetTypeID() int

CGImageDestinationGetTypeID calls the ImageIO framework function CGImageDestinationGetTypeID.

func CGImageDestinationSetProperties

func CGImageDestinationSetProperties(idst coregraphics.CGImageDestinationRef, properties corefoundation.CFDictionaryRef)

CGImageDestinationSetProperties calls the ImageIO framework function CGImageDestinationSetProperties.

func CGImageMetadataCopyStringValueWithPath

func CGImageMetadataCopyStringValueWithPath(metadata coregraphics.CGImageMetadataRef, parent coregraphics.CGImageMetadataTagRef, path corefoundation.CFStringRef) corefoundation.CFStringRef

CGImageMetadataCopyStringValueWithPath calls the ImageIO framework function CGImageMetadataCopyStringValueWithPath.

func CGImageMetadataCopyTagMatchingImageProperty

func CGImageMetadataCopyTagMatchingImageProperty(metadata coregraphics.CGImageMetadataRef, dictionaryName corefoundation.CFStringRef, propertyName corefoundation.CFStringRef) coregraphics.CGImageMetadataTagRef

CGImageMetadataCopyTagMatchingImageProperty calls the ImageIO framework function CGImageMetadataCopyTagMatchingImageProperty.

func CGImageMetadataCopyTagWithPath

CGImageMetadataCopyTagWithPath calls the ImageIO framework function CGImageMetadataCopyTagWithPath.

func CGImageMetadataCopyTags

func CGImageMetadataCopyTags(metadata coregraphics.CGImageMetadataRef) corefoundation.CFArrayRef

CGImageMetadataCopyTags calls the ImageIO framework function CGImageMetadataCopyTags.

func CGImageMetadataCreateFromXMPData

func CGImageMetadataCreateFromXMPData(data corefoundation.CFDataRef) coregraphics.CGImageMetadataRef

CGImageMetadataCreateFromXMPData calls the ImageIO framework function CGImageMetadataCreateFromXMPData.

func CGImageMetadataCreateMutable

func CGImageMetadataCreateMutable() coregraphics.CGMutableImageMetadataRef

CGImageMetadataCreateMutable calls the ImageIO framework function CGImageMetadataCreateMutable.

func CGImageMetadataCreateMutableCopy

func CGImageMetadataCreateMutableCopy(metadata coregraphics.CGImageMetadataRef) coregraphics.CGMutableImageMetadataRef

CGImageMetadataCreateMutableCopy calls the ImageIO framework function CGImageMetadataCreateMutableCopy.

func CGImageMetadataCreateXMPData

func CGImageMetadataCreateXMPData(metadata coregraphics.CGImageMetadataRef, options corefoundation.CFDictionaryRef) corefoundation.CFDataRef

CGImageMetadataCreateXMPData calls the ImageIO framework function CGImageMetadataCreateXMPData.

func CGImageMetadataEnumerateTagsUsingBlock

func CGImageMetadataEnumerateTagsUsingBlock(metadata coregraphics.CGImageMetadataRef, rootPath corefoundation.CFStringRef, options corefoundation.CFDictionaryRef, block func(unsafe.Pointer, unsafe.Pointer) bool)

CGImageMetadataEnumerateTagsUsingBlock calls the ImageIO framework function CGImageMetadataEnumerateTagsUsingBlock.

func CGImageMetadataGetTypeID

func CGImageMetadataGetTypeID() int

CGImageMetadataGetTypeID calls the ImageIO framework function CGImageMetadataGetTypeID.

func CGImageMetadataRemoveTagWithPath

func CGImageMetadataRemoveTagWithPath(metadata coregraphics.CGMutableImageMetadataRef, parent coregraphics.CGImageMetadataTagRef, path corefoundation.CFStringRef) bool

CGImageMetadataRemoveTagWithPath calls the ImageIO framework function CGImageMetadataRemoveTagWithPath.

func CGImageMetadataSetTagWithPath

CGImageMetadataSetTagWithPath calls the ImageIO framework function CGImageMetadataSetTagWithPath.

func CGImageMetadataSetValueMatchingImageProperty

func CGImageMetadataSetValueMatchingImageProperty(metadata coregraphics.CGMutableImageMetadataRef, dictionaryName corefoundation.CFStringRef, propertyName corefoundation.CFStringRef, value obj.Object) bool

CGImageMetadataSetValueMatchingImageProperty calls the ImageIO framework function CGImageMetadataSetValueMatchingImageProperty.

func CGImageMetadataSetValueWithPath

func CGImageMetadataSetValueWithPath(metadata coregraphics.CGMutableImageMetadataRef, parent coregraphics.CGImageMetadataTagRef, path corefoundation.CFStringRef, value obj.Object) bool

CGImageMetadataSetValueWithPath calls the ImageIO framework function CGImageMetadataSetValueWithPath.

func CGImageMetadataTagCopyName

func CGImageMetadataTagCopyName(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFStringRef

CGImageMetadataTagCopyName calls the ImageIO framework function CGImageMetadataTagCopyName.

func CGImageMetadataTagCopyNamespace

func CGImageMetadataTagCopyNamespace(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFStringRef

CGImageMetadataTagCopyNamespace calls the ImageIO framework function CGImageMetadataTagCopyNamespace.

func CGImageMetadataTagCopyPrefix

func CGImageMetadataTagCopyPrefix(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFStringRef

CGImageMetadataTagCopyPrefix calls the ImageIO framework function CGImageMetadataTagCopyPrefix.

func CGImageMetadataTagCopyQualifiers

func CGImageMetadataTagCopyQualifiers(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFArrayRef

CGImageMetadataTagCopyQualifiers calls the ImageIO framework function CGImageMetadataTagCopyQualifiers.

func CGImageMetadataTagCopyValue

func CGImageMetadataTagCopyValue(tag coregraphics.CGImageMetadataTagRef) obj.Object

CGImageMetadataTagCopyValue calls the ImageIO framework function CGImageMetadataTagCopyValue.

func CGImageMetadataTagCreate

CGImageMetadataTagCreate calls the ImageIO framework function CGImageMetadataTagCreate.

func CGImageMetadataTagGetTypeID

func CGImageMetadataTagGetTypeID() int

CGImageMetadataTagGetTypeID calls the ImageIO framework function CGImageMetadataTagGetTypeID.

func CGImageSourceCopyAuxiliaryDataInfoAtIndex

func CGImageSourceCopyAuxiliaryDataInfoAtIndex(isrc coregraphics.CGImageSourceRef, index int, auxiliaryImageDataType corefoundation.CFStringRef) corefoundation.CFDictionaryRef

CGImageSourceCopyAuxiliaryDataInfoAtIndex calls the ImageIO framework function CGImageSourceCopyAuxiliaryDataInfoAtIndex.

func CGImageSourceCopyMetadataAtIndex

func CGImageSourceCopyMetadataAtIndex(isrc coregraphics.CGImageSourceRef, index int, options corefoundation.CFDictionaryRef) coregraphics.CGImageMetadataRef

CGImageSourceCopyMetadataAtIndex calls the ImageIO framework function CGImageSourceCopyMetadataAtIndex.

func CGImageSourceCopyProperties

CGImageSourceCopyProperties calls the ImageIO framework function CGImageSourceCopyProperties.

func CGImageSourceCopyPropertiesAtIndex

func CGImageSourceCopyPropertiesAtIndex(isrc coregraphics.CGImageSourceRef, index int, options corefoundation.CFDictionaryRef) corefoundation.CFDictionaryRef

CGImageSourceCopyPropertiesAtIndex calls the ImageIO framework function CGImageSourceCopyPropertiesAtIndex.

func CGImageSourceCopyTypeIdentifiers

func CGImageSourceCopyTypeIdentifiers() corefoundation.CFArrayRef

CGImageSourceCopyTypeIdentifiers calls the ImageIO framework function CGImageSourceCopyTypeIdentifiers.

func CGImageSourceCreateImageAtIndex

func CGImageSourceCreateImageAtIndex(isrc coregraphics.CGImageSourceRef, index int, options corefoundation.CFDictionaryRef) coregraphics.CGImageRef

CGImageSourceCreateImageAtIndex calls the ImageIO framework function CGImageSourceCreateImageAtIndex.

func CGImageSourceCreateIncremental

func CGImageSourceCreateIncremental(options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef

CGImageSourceCreateIncremental calls the ImageIO framework function CGImageSourceCreateIncremental.

func CGImageSourceCreateThumbnailAtIndex

func CGImageSourceCreateThumbnailAtIndex(isrc coregraphics.CGImageSourceRef, index int, options corefoundation.CFDictionaryRef) coregraphics.CGImageRef

CGImageSourceCreateThumbnailAtIndex calls the ImageIO framework function CGImageSourceCreateThumbnailAtIndex.

func CGImageSourceCreateWithData

func CGImageSourceCreateWithData(data corefoundation.CFDataRef, options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef

CGImageSourceCreateWithData calls the ImageIO framework function CGImageSourceCreateWithData.

func CGImageSourceCreateWithDataProvider

func CGImageSourceCreateWithDataProvider(provider coregraphics.CGDataProviderRef, options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef

CGImageSourceCreateWithDataProvider calls the ImageIO framework function CGImageSourceCreateWithDataProvider.

func CGImageSourceCreateWithURL

func CGImageSourceCreateWithURL(url corefoundation.CFURLRef, options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef

CGImageSourceCreateWithURL calls the ImageIO framework function CGImageSourceCreateWithURL.

func CGImageSourceGetCount

func CGImageSourceGetCount(isrc coregraphics.CGImageSourceRef) int

CGImageSourceGetCount calls the ImageIO framework function CGImageSourceGetCount.

func CGImageSourceGetPrimaryImageIndex

func CGImageSourceGetPrimaryImageIndex(isrc coregraphics.CGImageSourceRef) int

CGImageSourceGetPrimaryImageIndex calls the ImageIO framework function CGImageSourceGetPrimaryImageIndex.

func CGImageSourceGetType

func CGImageSourceGetType(isrc coregraphics.CGImageSourceRef) corefoundation.CFStringRef

CGImageSourceGetType calls the ImageIO framework function CGImageSourceGetType.

func CGImageSourceGetTypeID

func CGImageSourceGetTypeID() int

CGImageSourceGetTypeID calls the ImageIO framework function CGImageSourceGetTypeID.

func CGImageSourceRemoveCacheAtIndex

func CGImageSourceRemoveCacheAtIndex(isrc coregraphics.CGImageSourceRef, index int)

CGImageSourceRemoveCacheAtIndex calls the ImageIO framework function CGImageSourceRemoveCacheAtIndex.

func CGImageSourceSetAllowableTypes

func CGImageSourceSetAllowableTypes(allowableTypes obj.Object) error

CGImageSourceSetAllowableTypes reports an error if the ImageIO framework function CGImageSourceSetAllowableTypes fails.

func CGImageSourceUpdateData

func CGImageSourceUpdateData(isrc coregraphics.CGImageSourceRef, data corefoundation.CFDataRef, final bool)

CGImageSourceUpdateData calls the ImageIO framework function CGImageSourceUpdateData.

func CGImageSourceUpdateDataProvider

func CGImageSourceUpdateDataProvider(isrc coregraphics.CGImageSourceRef, provider coregraphics.CGDataProviderRef, final bool)

CGImageSourceUpdateDataProvider calls the ImageIO framework function CGImageSourceUpdateDataProvider.

func KCFErrorDomainCGImageMetadata

func KCFErrorDomainCGImageMetadata() obj.Object

KCFErrorDomainCGImageMetadata returns the value of the constant kCFErrorDomainCGImageMetadata.

func KCGComputeHDRStats

func KCGComputeHDRStats() obj.Object

KCGComputeHDRStats returns the value of the constant kCGComputeHDRStats.

func KCGImageAnimationDelayTime

func KCGImageAnimationDelayTime() obj.Object

KCGImageAnimationDelayTime returns the value of the constant kCGImageAnimationDelayTime.

func KCGImageAnimationLoopCount

func KCGImageAnimationLoopCount() obj.Object

KCGImageAnimationLoopCount returns the value of the constant kCGImageAnimationLoopCount.

func KCGImageAnimationStartIndex

func KCGImageAnimationStartIndex() obj.Object

KCGImageAnimationStartIndex returns the value of the constant kCGImageAnimationStartIndex.

func KCGImageAuxiliaryDataInfoColorSpace

func KCGImageAuxiliaryDataInfoColorSpace() obj.Object

KCGImageAuxiliaryDataInfoColorSpace returns the value of the constant kCGImageAuxiliaryDataInfoColorSpace.

func KCGImageAuxiliaryDataInfoData

func KCGImageAuxiliaryDataInfoData() obj.Object

KCGImageAuxiliaryDataInfoData returns the value of the constant kCGImageAuxiliaryDataInfoData.

func KCGImageAuxiliaryDataInfoDataDescription

func KCGImageAuxiliaryDataInfoDataDescription() obj.Object

KCGImageAuxiliaryDataInfoDataDescription returns the value of the constant kCGImageAuxiliaryDataInfoDataDescription.

func KCGImageAuxiliaryDataInfoMetadata

func KCGImageAuxiliaryDataInfoMetadata() obj.Object

KCGImageAuxiliaryDataInfoMetadata returns the value of the constant kCGImageAuxiliaryDataInfoMetadata.

func KCGImageAuxiliaryDataTypeDepth

func KCGImageAuxiliaryDataTypeDepth() obj.Object

KCGImageAuxiliaryDataTypeDepth returns the value of the constant kCGImageAuxiliaryDataTypeDepth.

func KCGImageAuxiliaryDataTypeDisparity

func KCGImageAuxiliaryDataTypeDisparity() obj.Object

KCGImageAuxiliaryDataTypeDisparity returns the value of the constant kCGImageAuxiliaryDataTypeDisparity.

func KCGImageAuxiliaryDataTypeHDRGainMap

func KCGImageAuxiliaryDataTypeHDRGainMap() obj.Object

KCGImageAuxiliaryDataTypeHDRGainMap returns the value of the constant kCGImageAuxiliaryDataTypeHDRGainMap.

func KCGImageAuxiliaryDataTypeISOGainMap

func KCGImageAuxiliaryDataTypeISOGainMap() obj.Object

KCGImageAuxiliaryDataTypeISOGainMap returns the value of the constant kCGImageAuxiliaryDataTypeISOGainMap.

func KCGImageAuxiliaryDataTypePortraitEffectsMatte

func KCGImageAuxiliaryDataTypePortraitEffectsMatte() obj.Object

KCGImageAuxiliaryDataTypePortraitEffectsMatte returns the value of the constant kCGImageAuxiliaryDataTypePortraitEffectsMatte.

func KCGImageAuxiliaryDataTypeSemanticSegmentationGlassesMatte

func KCGImageAuxiliaryDataTypeSemanticSegmentationGlassesMatte() obj.Object

KCGImageAuxiliaryDataTypeSemanticSegmentationGlassesMatte returns the value of the constant kCGImageAuxiliaryDataTypeSemanticSegmentationGlassesMatte.

func KCGImageAuxiliaryDataTypeSemanticSegmentationHairMatte

func KCGImageAuxiliaryDataTypeSemanticSegmentationHairMatte() obj.Object

KCGImageAuxiliaryDataTypeSemanticSegmentationHairMatte returns the value of the constant kCGImageAuxiliaryDataTypeSemanticSegmentationHairMatte.

func KCGImageAuxiliaryDataTypeSemanticSegmentationSkinMatte

func KCGImageAuxiliaryDataTypeSemanticSegmentationSkinMatte() obj.Object

KCGImageAuxiliaryDataTypeSemanticSegmentationSkinMatte returns the value of the constant kCGImageAuxiliaryDataTypeSemanticSegmentationSkinMatte.

func KCGImageAuxiliaryDataTypeSemanticSegmentationSkyMatte

func KCGImageAuxiliaryDataTypeSemanticSegmentationSkyMatte() obj.Object

KCGImageAuxiliaryDataTypeSemanticSegmentationSkyMatte returns the value of the constant kCGImageAuxiliaryDataTypeSemanticSegmentationSkyMatte.

func KCGImageAuxiliaryDataTypeSemanticSegmentationTeethMatte

func KCGImageAuxiliaryDataTypeSemanticSegmentationTeethMatte() obj.Object

KCGImageAuxiliaryDataTypeSemanticSegmentationTeethMatte returns the value of the constant kCGImageAuxiliaryDataTypeSemanticSegmentationTeethMatte.

func KCGImageDestinationBackgroundColor

func KCGImageDestinationBackgroundColor() obj.Object

KCGImageDestinationBackgroundColor returns the value of the constant kCGImageDestinationBackgroundColor.

func KCGImageDestinationDateTime

func KCGImageDestinationDateTime() obj.Object

KCGImageDestinationDateTime returns the value of the constant kCGImageDestinationDateTime.

func KCGImageDestinationEmbedThumbnail

func KCGImageDestinationEmbedThumbnail() obj.Object

KCGImageDestinationEmbedThumbnail returns the value of the constant kCGImageDestinationEmbedThumbnail.

func KCGImageDestinationEncodeAlternateColorSpace

func KCGImageDestinationEncodeAlternateColorSpace() obj.Object

KCGImageDestinationEncodeAlternateColorSpace returns the value of the constant kCGImageDestinationEncodeAlternateColorSpace.

func KCGImageDestinationEncodeBaseColorSpace

func KCGImageDestinationEncodeBaseColorSpace() obj.Object

KCGImageDestinationEncodeBaseColorSpace returns the value of the constant kCGImageDestinationEncodeBaseColorSpace.

func KCGImageDestinationEncodeBaseIsSDR

func KCGImageDestinationEncodeBaseIsSDR() obj.Object

KCGImageDestinationEncodeBaseIsSDR returns the value of the constant kCGImageDestinationEncodeBaseIsSDR.

func KCGImageDestinationEncodeBasePixelFormatRequest

func KCGImageDestinationEncodeBasePixelFormatRequest() obj.Object

KCGImageDestinationEncodeBasePixelFormatRequest returns the value of the constant kCGImageDestinationEncodeBasePixelFormatRequest.

func KCGImageDestinationEncodeGainMapPixelFormatRequest

func KCGImageDestinationEncodeGainMapPixelFormatRequest() obj.Object

KCGImageDestinationEncodeGainMapPixelFormatRequest returns the value of the constant kCGImageDestinationEncodeGainMapPixelFormatRequest.

func KCGImageDestinationEncodeGainMapSubsampleFactor

func KCGImageDestinationEncodeGainMapSubsampleFactor() obj.Object

KCGImageDestinationEncodeGainMapSubsampleFactor returns the value of the constant kCGImageDestinationEncodeGainMapSubsampleFactor.

func KCGImageDestinationEncodeGenerateGainMapWithBaseImage

func KCGImageDestinationEncodeGenerateGainMapWithBaseImage() obj.Object

KCGImageDestinationEncodeGenerateGainMapWithBaseImage returns the value of the constant kCGImageDestinationEncodeGenerateGainMapWithBaseImage.

func KCGImageDestinationEncodeIsBaseImage

func KCGImageDestinationEncodeIsBaseImage() obj.Object

KCGImageDestinationEncodeIsBaseImage returns the value of the constant kCGImageDestinationEncodeIsBaseImage.

func KCGImageDestinationEncodeRequest

func KCGImageDestinationEncodeRequest() obj.Object

KCGImageDestinationEncodeRequest returns the value of the constant kCGImageDestinationEncodeRequest.

func KCGImageDestinationEncodeRequestOptions

func KCGImageDestinationEncodeRequestOptions() obj.Object

KCGImageDestinationEncodeRequestOptions returns the value of the constant kCGImageDestinationEncodeRequestOptions.

func KCGImageDestinationEncodeToISOGainmap

func KCGImageDestinationEncodeToISOGainmap() obj.Object

KCGImageDestinationEncodeToISOGainmap returns the value of the constant kCGImageDestinationEncodeToISOGainmap.

func KCGImageDestinationEncodeToISOHDR

func KCGImageDestinationEncodeToISOHDR() obj.Object

KCGImageDestinationEncodeToISOHDR returns the value of the constant kCGImageDestinationEncodeToISOHDR.

func KCGImageDestinationEncodeToSDR

func KCGImageDestinationEncodeToSDR() obj.Object

KCGImageDestinationEncodeToSDR returns the value of the constant kCGImageDestinationEncodeToSDR.

func KCGImageDestinationEncodeTonemapMode

func KCGImageDestinationEncodeTonemapMode() obj.Object

KCGImageDestinationEncodeTonemapMode returns the value of the constant kCGImageDestinationEncodeTonemapMode.

func KCGImageDestinationImageMaxPixelSize

func KCGImageDestinationImageMaxPixelSize() obj.Object

KCGImageDestinationImageMaxPixelSize returns the value of the constant kCGImageDestinationImageMaxPixelSize.

func KCGImageDestinationLossyCompressionQuality

func KCGImageDestinationLossyCompressionQuality() obj.Object

KCGImageDestinationLossyCompressionQuality returns the value of the constant kCGImageDestinationLossyCompressionQuality.

func KCGImageDestinationMergeMetadata

func KCGImageDestinationMergeMetadata() obj.Object

KCGImageDestinationMergeMetadata returns the value of the constant kCGImageDestinationMergeMetadata.

func KCGImageDestinationMetadata

func KCGImageDestinationMetadata() obj.Object

KCGImageDestinationMetadata returns the value of the constant kCGImageDestinationMetadata.

func KCGImageDestinationOptimizeColorForSharing

func KCGImageDestinationOptimizeColorForSharing() obj.Object

KCGImageDestinationOptimizeColorForSharing returns the value of the constant kCGImageDestinationOptimizeColorForSharing.

func KCGImageDestinationOrientation

func KCGImageDestinationOrientation() obj.Object

KCGImageDestinationOrientation returns the value of the constant kCGImageDestinationOrientation.

func KCGImageDestinationPreserveGainMap

func KCGImageDestinationPreserveGainMap() obj.Object

KCGImageDestinationPreserveGainMap returns the value of the constant kCGImageDestinationPreserveGainMap.

func KCGImageMetadataEnumerateRecursively

func KCGImageMetadataEnumerateRecursively() obj.Object

KCGImageMetadataEnumerateRecursively returns the value of the constant kCGImageMetadataEnumerateRecursively.

func KCGImageMetadataNamespaceDublinCore

func KCGImageMetadataNamespaceDublinCore() obj.Object

KCGImageMetadataNamespaceDublinCore returns the value of the constant kCGImageMetadataNamespaceDublinCore.

func KCGImageMetadataNamespaceExif

func KCGImageMetadataNamespaceExif() obj.Object

KCGImageMetadataNamespaceExif returns the value of the constant kCGImageMetadataNamespaceExif.

func KCGImageMetadataNamespaceExifAux

func KCGImageMetadataNamespaceExifAux() obj.Object

KCGImageMetadataNamespaceExifAux returns the value of the constant kCGImageMetadataNamespaceExifAux.

func KCGImageMetadataNamespaceExifEX

func KCGImageMetadataNamespaceExifEX() obj.Object

KCGImageMetadataNamespaceExifEX returns the value of the constant kCGImageMetadataNamespaceExifEX.

func KCGImageMetadataNamespaceIPTCCore

func KCGImageMetadataNamespaceIPTCCore() obj.Object

KCGImageMetadataNamespaceIPTCCore returns the value of the constant kCGImageMetadataNamespaceIPTCCore.

func KCGImageMetadataNamespaceIPTCExtension

func KCGImageMetadataNamespaceIPTCExtension() obj.Object

KCGImageMetadataNamespaceIPTCExtension returns the value of the constant kCGImageMetadataNamespaceIPTCExtension.

func KCGImageMetadataNamespacePhotoshop

func KCGImageMetadataNamespacePhotoshop() obj.Object

KCGImageMetadataNamespacePhotoshop returns the value of the constant kCGImageMetadataNamespacePhotoshop.

func KCGImageMetadataNamespaceTIFF

func KCGImageMetadataNamespaceTIFF() obj.Object

KCGImageMetadataNamespaceTIFF returns the value of the constant kCGImageMetadataNamespaceTIFF.

func KCGImageMetadataNamespaceXMPBasic

func KCGImageMetadataNamespaceXMPBasic() obj.Object

KCGImageMetadataNamespaceXMPBasic returns the value of the constant kCGImageMetadataNamespaceXMPBasic.

func KCGImageMetadataNamespaceXMPRights

func KCGImageMetadataNamespaceXMPRights() obj.Object

KCGImageMetadataNamespaceXMPRights returns the value of the constant kCGImageMetadataNamespaceXMPRights.

func KCGImageMetadataPrefixDublinCore

func KCGImageMetadataPrefixDublinCore() obj.Object

KCGImageMetadataPrefixDublinCore returns the value of the constant kCGImageMetadataPrefixDublinCore.

func KCGImageMetadataPrefixExif

func KCGImageMetadataPrefixExif() obj.Object

KCGImageMetadataPrefixExif returns the value of the constant kCGImageMetadataPrefixExif.

func KCGImageMetadataPrefixExifAux

func KCGImageMetadataPrefixExifAux() obj.Object

KCGImageMetadataPrefixExifAux returns the value of the constant kCGImageMetadataPrefixExifAux.

func KCGImageMetadataPrefixExifEX

func KCGImageMetadataPrefixExifEX() obj.Object

KCGImageMetadataPrefixExifEX returns the value of the constant kCGImageMetadataPrefixExifEX.

func KCGImageMetadataPrefixIPTCCore

func KCGImageMetadataPrefixIPTCCore() obj.Object

KCGImageMetadataPrefixIPTCCore returns the value of the constant kCGImageMetadataPrefixIPTCCore.

func KCGImageMetadataPrefixIPTCExtension

func KCGImageMetadataPrefixIPTCExtension() obj.Object

KCGImageMetadataPrefixIPTCExtension returns the value of the constant kCGImageMetadataPrefixIPTCExtension.

func KCGImageMetadataPrefixPhotoshop

func KCGImageMetadataPrefixPhotoshop() obj.Object

KCGImageMetadataPrefixPhotoshop returns the value of the constant kCGImageMetadataPrefixPhotoshop.

func KCGImageMetadataPrefixTIFF

func KCGImageMetadataPrefixTIFF() obj.Object

KCGImageMetadataPrefixTIFF returns the value of the constant kCGImageMetadataPrefixTIFF.

func KCGImageMetadataPrefixXMPBasic

func KCGImageMetadataPrefixXMPBasic() obj.Object

KCGImageMetadataPrefixXMPBasic returns the value of the constant kCGImageMetadataPrefixXMPBasic.

func KCGImageMetadataPrefixXMPRights

func KCGImageMetadataPrefixXMPRights() obj.Object

KCGImageMetadataPrefixXMPRights returns the value of the constant kCGImageMetadataPrefixXMPRights.

func KCGImageMetadataShouldExcludeGPS

func KCGImageMetadataShouldExcludeGPS() obj.Object

KCGImageMetadataShouldExcludeGPS returns the value of the constant kCGImageMetadataShouldExcludeGPS.

func KCGImageMetadataShouldExcludeXMP

func KCGImageMetadataShouldExcludeXMP() obj.Object

KCGImageMetadataShouldExcludeXMP returns the value of the constant kCGImageMetadataShouldExcludeXMP.

func KCGImageProperty8BIMDictionary

func KCGImageProperty8BIMDictionary() obj.Object

KCGImageProperty8BIMDictionary returns the value of the constant kCGImageProperty8BIMDictionary.

func KCGImageProperty8BIMLayerNames

func KCGImageProperty8BIMLayerNames() obj.Object

KCGImageProperty8BIMLayerNames returns the value of the constant kCGImageProperty8BIMLayerNames.

func KCGImageProperty8BIMVersion

func KCGImageProperty8BIMVersion() obj.Object

KCGImageProperty8BIMVersion returns the value of the constant kCGImageProperty8BIMVersion.

func KCGImagePropertyAPNGCanvasPixelHeight

func KCGImagePropertyAPNGCanvasPixelHeight() obj.Object

KCGImagePropertyAPNGCanvasPixelHeight returns the value of the constant kCGImagePropertyAPNGCanvasPixelHeight.

func KCGImagePropertyAPNGCanvasPixelWidth

func KCGImagePropertyAPNGCanvasPixelWidth() obj.Object

KCGImagePropertyAPNGCanvasPixelWidth returns the value of the constant kCGImagePropertyAPNGCanvasPixelWidth.

func KCGImagePropertyAPNGDelayTime

func KCGImagePropertyAPNGDelayTime() obj.Object

KCGImagePropertyAPNGDelayTime returns the value of the constant kCGImagePropertyAPNGDelayTime.

func KCGImagePropertyAPNGFrameInfoArray

func KCGImagePropertyAPNGFrameInfoArray() obj.Object

KCGImagePropertyAPNGFrameInfoArray returns the value of the constant kCGImagePropertyAPNGFrameInfoArray.

func KCGImagePropertyAPNGLoopCount

func KCGImagePropertyAPNGLoopCount() obj.Object

KCGImagePropertyAPNGLoopCount returns the value of the constant kCGImagePropertyAPNGLoopCount.

func KCGImagePropertyAPNGUnclampedDelayTime

func KCGImagePropertyAPNGUnclampedDelayTime() obj.Object

KCGImagePropertyAPNGUnclampedDelayTime returns the value of the constant kCGImagePropertyAPNGUnclampedDelayTime.

func KCGImagePropertyASTCBlockSize

func KCGImagePropertyASTCBlockSize() obj.Object

KCGImagePropertyASTCBlockSize returns the value of the constant kCGImagePropertyASTCBlockSize.

func KCGImagePropertyASTCBlockSize4x4

func KCGImagePropertyASTCBlockSize4x4() obj.Object

KCGImagePropertyASTCBlockSize4x4 returns the value of the constant kCGImagePropertyASTCBlockSize4x4.

func KCGImagePropertyASTCBlockSize8x8

func KCGImagePropertyASTCBlockSize8x8() obj.Object

KCGImagePropertyASTCBlockSize8x8 returns the value of the constant kCGImagePropertyASTCBlockSize8x8.

func KCGImagePropertyASTCEncoder

func KCGImagePropertyASTCEncoder() obj.Object

KCGImagePropertyASTCEncoder returns the value of the constant kCGImagePropertyASTCEncoder.

func KCGImagePropertyAVISDictionary

func KCGImagePropertyAVISDictionary() obj.Object

KCGImagePropertyAVISDictionary returns the value of the constant kCGImagePropertyAVISDictionary.

func KCGImagePropertyAuxiliaryData

func KCGImagePropertyAuxiliaryData() obj.Object

KCGImagePropertyAuxiliaryData returns the value of the constant kCGImagePropertyAuxiliaryData.

func KCGImagePropertyAuxiliaryDataType

func KCGImagePropertyAuxiliaryDataType() obj.Object

KCGImagePropertyAuxiliaryDataType returns the value of the constant kCGImagePropertyAuxiliaryDataType.

func KCGImagePropertyBCEncoder

func KCGImagePropertyBCEncoder() obj.Object

KCGImagePropertyBCEncoder returns the value of the constant kCGImagePropertyBCEncoder.

func KCGImagePropertyBCFormat

func KCGImagePropertyBCFormat() obj.Object

KCGImagePropertyBCFormat returns the value of the constant kCGImagePropertyBCFormat.

func KCGImagePropertyBytesPerRow

func KCGImagePropertyBytesPerRow() obj.Object

KCGImagePropertyBytesPerRow returns the value of the constant kCGImagePropertyBytesPerRow.

func KCGImagePropertyCIFFCameraSerialNumber

func KCGImagePropertyCIFFCameraSerialNumber() obj.Object

KCGImagePropertyCIFFCameraSerialNumber returns the value of the constant kCGImagePropertyCIFFCameraSerialNumber.

func KCGImagePropertyCIFFContinuousDrive

func KCGImagePropertyCIFFContinuousDrive() obj.Object

KCGImagePropertyCIFFContinuousDrive returns the value of the constant kCGImagePropertyCIFFContinuousDrive.

func KCGImagePropertyCIFFDescription

func KCGImagePropertyCIFFDescription() obj.Object

KCGImagePropertyCIFFDescription returns the value of the constant kCGImagePropertyCIFFDescription.

func KCGImagePropertyCIFFDictionary

func KCGImagePropertyCIFFDictionary() obj.Object

KCGImagePropertyCIFFDictionary returns the value of the constant kCGImagePropertyCIFFDictionary.

func KCGImagePropertyCIFFFirmware

func KCGImagePropertyCIFFFirmware() obj.Object

KCGImagePropertyCIFFFirmware returns the value of the constant kCGImagePropertyCIFFFirmware.

func KCGImagePropertyCIFFFlashExposureComp

func KCGImagePropertyCIFFFlashExposureComp() obj.Object

KCGImagePropertyCIFFFlashExposureComp returns the value of the constant kCGImagePropertyCIFFFlashExposureComp.

func KCGImagePropertyCIFFFocusMode

func KCGImagePropertyCIFFFocusMode() obj.Object

KCGImagePropertyCIFFFocusMode returns the value of the constant kCGImagePropertyCIFFFocusMode.

func KCGImagePropertyCIFFImageFileName

func KCGImagePropertyCIFFImageFileName() obj.Object

KCGImagePropertyCIFFImageFileName returns the value of the constant kCGImagePropertyCIFFImageFileName.

func KCGImagePropertyCIFFImageName

func KCGImagePropertyCIFFImageName() obj.Object

KCGImagePropertyCIFFImageName returns the value of the constant kCGImagePropertyCIFFImageName.

func KCGImagePropertyCIFFImageSerialNumber

func KCGImagePropertyCIFFImageSerialNumber() obj.Object

KCGImagePropertyCIFFImageSerialNumber returns the value of the constant kCGImagePropertyCIFFImageSerialNumber.

func KCGImagePropertyCIFFLensMaxMM

func KCGImagePropertyCIFFLensMaxMM() obj.Object

KCGImagePropertyCIFFLensMaxMM returns the value of the constant kCGImagePropertyCIFFLensMaxMM.

func KCGImagePropertyCIFFLensMinMM

func KCGImagePropertyCIFFLensMinMM() obj.Object

KCGImagePropertyCIFFLensMinMM returns the value of the constant kCGImagePropertyCIFFLensMinMM.

func KCGImagePropertyCIFFLensModel

func KCGImagePropertyCIFFLensModel() obj.Object

KCGImagePropertyCIFFLensModel returns the value of the constant kCGImagePropertyCIFFLensModel.

func KCGImagePropertyCIFFMeasuredEV

func KCGImagePropertyCIFFMeasuredEV() obj.Object

KCGImagePropertyCIFFMeasuredEV returns the value of the constant kCGImagePropertyCIFFMeasuredEV.

func KCGImagePropertyCIFFMeteringMode

func KCGImagePropertyCIFFMeteringMode() obj.Object

KCGImagePropertyCIFFMeteringMode returns the value of the constant kCGImagePropertyCIFFMeteringMode.

func KCGImagePropertyCIFFOwnerName

func KCGImagePropertyCIFFOwnerName() obj.Object

KCGImagePropertyCIFFOwnerName returns the value of the constant kCGImagePropertyCIFFOwnerName.

func KCGImagePropertyCIFFRecordID

func KCGImagePropertyCIFFRecordID() obj.Object

KCGImagePropertyCIFFRecordID returns the value of the constant kCGImagePropertyCIFFRecordID.

func KCGImagePropertyCIFFReleaseMethod

func KCGImagePropertyCIFFReleaseMethod() obj.Object

KCGImagePropertyCIFFReleaseMethod returns the value of the constant kCGImagePropertyCIFFReleaseMethod.

func KCGImagePropertyCIFFReleaseTiming

func KCGImagePropertyCIFFReleaseTiming() obj.Object

KCGImagePropertyCIFFReleaseTiming returns the value of the constant kCGImagePropertyCIFFReleaseTiming.

func KCGImagePropertyCIFFSelfTimingTime

func KCGImagePropertyCIFFSelfTimingTime() obj.Object

KCGImagePropertyCIFFSelfTimingTime returns the value of the constant kCGImagePropertyCIFFSelfTimingTime.

func KCGImagePropertyCIFFShootingMode

func KCGImagePropertyCIFFShootingMode() obj.Object

KCGImagePropertyCIFFShootingMode returns the value of the constant kCGImagePropertyCIFFShootingMode.

func KCGImagePropertyCIFFWhiteBalanceIndex

func KCGImagePropertyCIFFWhiteBalanceIndex() obj.Object

KCGImagePropertyCIFFWhiteBalanceIndex returns the value of the constant kCGImagePropertyCIFFWhiteBalanceIndex.

func KCGImagePropertyColorModel

func KCGImagePropertyColorModel() obj.Object

KCGImagePropertyColorModel returns the value of the constant kCGImagePropertyColorModel.

func KCGImagePropertyColorModelCMYK

func KCGImagePropertyColorModelCMYK() obj.Object

KCGImagePropertyColorModelCMYK returns the value of the constant kCGImagePropertyColorModelCMYK.

func KCGImagePropertyColorModelGray

func KCGImagePropertyColorModelGray() obj.Object

KCGImagePropertyColorModelGray returns the value of the constant kCGImagePropertyColorModelGray.

func KCGImagePropertyColorModelLab

func KCGImagePropertyColorModelLab() obj.Object

KCGImagePropertyColorModelLab returns the value of the constant kCGImagePropertyColorModelLab.

func KCGImagePropertyColorModelRGB

func KCGImagePropertyColorModelRGB() obj.Object

KCGImagePropertyColorModelRGB returns the value of the constant kCGImagePropertyColorModelRGB.

func KCGImagePropertyDNGActiveArea

func KCGImagePropertyDNGActiveArea() obj.Object

KCGImagePropertyDNGActiveArea returns the value of the constant kCGImagePropertyDNGActiveArea.

func KCGImagePropertyDNGAnalogBalance

func KCGImagePropertyDNGAnalogBalance() obj.Object

KCGImagePropertyDNGAnalogBalance returns the value of the constant kCGImagePropertyDNGAnalogBalance.

func KCGImagePropertyDNGAntiAliasStrength

func KCGImagePropertyDNGAntiAliasStrength() obj.Object

KCGImagePropertyDNGAntiAliasStrength returns the value of the constant kCGImagePropertyDNGAntiAliasStrength.

func KCGImagePropertyDNGAsShotICCProfile

func KCGImagePropertyDNGAsShotICCProfile() obj.Object

KCGImagePropertyDNGAsShotICCProfile returns the value of the constant kCGImagePropertyDNGAsShotICCProfile.

func KCGImagePropertyDNGAsShotNeutral

func KCGImagePropertyDNGAsShotNeutral() obj.Object

KCGImagePropertyDNGAsShotNeutral returns the value of the constant kCGImagePropertyDNGAsShotNeutral.

func KCGImagePropertyDNGAsShotPreProfileMatrix

func KCGImagePropertyDNGAsShotPreProfileMatrix() obj.Object

KCGImagePropertyDNGAsShotPreProfileMatrix returns the value of the constant kCGImagePropertyDNGAsShotPreProfileMatrix.

func KCGImagePropertyDNGAsShotProfileName

func KCGImagePropertyDNGAsShotProfileName() obj.Object

KCGImagePropertyDNGAsShotProfileName returns the value of the constant kCGImagePropertyDNGAsShotProfileName.

func KCGImagePropertyDNGAsShotWhiteXY

func KCGImagePropertyDNGAsShotWhiteXY() obj.Object

KCGImagePropertyDNGAsShotWhiteXY returns the value of the constant kCGImagePropertyDNGAsShotWhiteXY.

func KCGImagePropertyDNGBackwardVersion

func KCGImagePropertyDNGBackwardVersion() obj.Object

KCGImagePropertyDNGBackwardVersion returns the value of the constant kCGImagePropertyDNGBackwardVersion.

func KCGImagePropertyDNGBaselineExposure

func KCGImagePropertyDNGBaselineExposure() obj.Object

KCGImagePropertyDNGBaselineExposure returns the value of the constant kCGImagePropertyDNGBaselineExposure.

func KCGImagePropertyDNGBaselineExposureOffset

func KCGImagePropertyDNGBaselineExposureOffset() obj.Object

KCGImagePropertyDNGBaselineExposureOffset returns the value of the constant kCGImagePropertyDNGBaselineExposureOffset.

func KCGImagePropertyDNGBaselineNoise

func KCGImagePropertyDNGBaselineNoise() obj.Object

KCGImagePropertyDNGBaselineNoise returns the value of the constant kCGImagePropertyDNGBaselineNoise.

func KCGImagePropertyDNGBaselineSharpness

func KCGImagePropertyDNGBaselineSharpness() obj.Object

KCGImagePropertyDNGBaselineSharpness returns the value of the constant kCGImagePropertyDNGBaselineSharpness.

func KCGImagePropertyDNGBayerGreenSplit

func KCGImagePropertyDNGBayerGreenSplit() obj.Object

KCGImagePropertyDNGBayerGreenSplit returns the value of the constant kCGImagePropertyDNGBayerGreenSplit.

func KCGImagePropertyDNGBestQualityScale

func KCGImagePropertyDNGBestQualityScale() obj.Object

KCGImagePropertyDNGBestQualityScale returns the value of the constant kCGImagePropertyDNGBestQualityScale.

func KCGImagePropertyDNGBlackLevel

func KCGImagePropertyDNGBlackLevel() obj.Object

KCGImagePropertyDNGBlackLevel returns the value of the constant kCGImagePropertyDNGBlackLevel.

func KCGImagePropertyDNGBlackLevelDeltaH

func KCGImagePropertyDNGBlackLevelDeltaH() obj.Object

KCGImagePropertyDNGBlackLevelDeltaH returns the value of the constant kCGImagePropertyDNGBlackLevelDeltaH.

func KCGImagePropertyDNGBlackLevelDeltaV

func KCGImagePropertyDNGBlackLevelDeltaV() obj.Object

KCGImagePropertyDNGBlackLevelDeltaV returns the value of the constant kCGImagePropertyDNGBlackLevelDeltaV.

func KCGImagePropertyDNGBlackLevelRepeatDim

func KCGImagePropertyDNGBlackLevelRepeatDim() obj.Object

KCGImagePropertyDNGBlackLevelRepeatDim returns the value of the constant kCGImagePropertyDNGBlackLevelRepeatDim.

func KCGImagePropertyDNGCFALayout

func KCGImagePropertyDNGCFALayout() obj.Object

KCGImagePropertyDNGCFALayout returns the value of the constant kCGImagePropertyDNGCFALayout.

func KCGImagePropertyDNGCFAPlaneColor

func KCGImagePropertyDNGCFAPlaneColor() obj.Object

KCGImagePropertyDNGCFAPlaneColor returns the value of the constant kCGImagePropertyDNGCFAPlaneColor.

func KCGImagePropertyDNGCalibrationIlluminant1

func KCGImagePropertyDNGCalibrationIlluminant1() obj.Object

KCGImagePropertyDNGCalibrationIlluminant1 returns the value of the constant kCGImagePropertyDNGCalibrationIlluminant1.

func KCGImagePropertyDNGCalibrationIlluminant2

func KCGImagePropertyDNGCalibrationIlluminant2() obj.Object

KCGImagePropertyDNGCalibrationIlluminant2 returns the value of the constant kCGImagePropertyDNGCalibrationIlluminant2.

func KCGImagePropertyDNGCameraCalibration1

func KCGImagePropertyDNGCameraCalibration1() obj.Object

KCGImagePropertyDNGCameraCalibration1 returns the value of the constant kCGImagePropertyDNGCameraCalibration1.

func KCGImagePropertyDNGCameraCalibration2

func KCGImagePropertyDNGCameraCalibration2() obj.Object

KCGImagePropertyDNGCameraCalibration2 returns the value of the constant kCGImagePropertyDNGCameraCalibration2.

func KCGImagePropertyDNGCameraCalibrationSignature

func KCGImagePropertyDNGCameraCalibrationSignature() obj.Object

KCGImagePropertyDNGCameraCalibrationSignature returns the value of the constant kCGImagePropertyDNGCameraCalibrationSignature.

func KCGImagePropertyDNGCameraSerialNumber

func KCGImagePropertyDNGCameraSerialNumber() obj.Object

KCGImagePropertyDNGCameraSerialNumber returns the value of the constant kCGImagePropertyDNGCameraSerialNumber.

func KCGImagePropertyDNGChromaBlurRadius

func KCGImagePropertyDNGChromaBlurRadius() obj.Object

KCGImagePropertyDNGChromaBlurRadius returns the value of the constant kCGImagePropertyDNGChromaBlurRadius.

func KCGImagePropertyDNGColorMatrix1

func KCGImagePropertyDNGColorMatrix1() obj.Object

KCGImagePropertyDNGColorMatrix1 returns the value of the constant kCGImagePropertyDNGColorMatrix1.

func KCGImagePropertyDNGColorMatrix2

func KCGImagePropertyDNGColorMatrix2() obj.Object

KCGImagePropertyDNGColorMatrix2 returns the value of the constant kCGImagePropertyDNGColorMatrix2.

func KCGImagePropertyDNGColorimetricReference

func KCGImagePropertyDNGColorimetricReference() obj.Object

KCGImagePropertyDNGColorimetricReference returns the value of the constant kCGImagePropertyDNGColorimetricReference.

func KCGImagePropertyDNGCurrentICCProfile

func KCGImagePropertyDNGCurrentICCProfile() obj.Object

KCGImagePropertyDNGCurrentICCProfile returns the value of the constant kCGImagePropertyDNGCurrentICCProfile.

func KCGImagePropertyDNGCurrentPreProfileMatrix

func KCGImagePropertyDNGCurrentPreProfileMatrix() obj.Object

KCGImagePropertyDNGCurrentPreProfileMatrix returns the value of the constant kCGImagePropertyDNGCurrentPreProfileMatrix.

func KCGImagePropertyDNGDefaultBlackRender

func KCGImagePropertyDNGDefaultBlackRender() obj.Object

KCGImagePropertyDNGDefaultBlackRender returns the value of the constant kCGImagePropertyDNGDefaultBlackRender.

func KCGImagePropertyDNGDefaultCropOrigin

func KCGImagePropertyDNGDefaultCropOrigin() obj.Object

KCGImagePropertyDNGDefaultCropOrigin returns the value of the constant kCGImagePropertyDNGDefaultCropOrigin.

func KCGImagePropertyDNGDefaultCropSize

func KCGImagePropertyDNGDefaultCropSize() obj.Object

KCGImagePropertyDNGDefaultCropSize returns the value of the constant kCGImagePropertyDNGDefaultCropSize.

func KCGImagePropertyDNGDefaultScale

func KCGImagePropertyDNGDefaultScale() obj.Object

KCGImagePropertyDNGDefaultScale returns the value of the constant kCGImagePropertyDNGDefaultScale.

func KCGImagePropertyDNGDefaultUserCrop

func KCGImagePropertyDNGDefaultUserCrop() obj.Object

KCGImagePropertyDNGDefaultUserCrop returns the value of the constant kCGImagePropertyDNGDefaultUserCrop.

func KCGImagePropertyDNGDictionary

func KCGImagePropertyDNGDictionary() obj.Object

KCGImagePropertyDNGDictionary returns the value of the constant kCGImagePropertyDNGDictionary.

func KCGImagePropertyDNGExtraCameraProfiles

func KCGImagePropertyDNGExtraCameraProfiles() obj.Object

KCGImagePropertyDNGExtraCameraProfiles returns the value of the constant kCGImagePropertyDNGExtraCameraProfiles.

func KCGImagePropertyDNGFixVignetteRadial

func KCGImagePropertyDNGFixVignetteRadial() obj.Object

KCGImagePropertyDNGFixVignetteRadial returns the value of the constant kCGImagePropertyDNGFixVignetteRadial.

func KCGImagePropertyDNGForwardMatrix1

func KCGImagePropertyDNGForwardMatrix1() obj.Object

KCGImagePropertyDNGForwardMatrix1 returns the value of the constant kCGImagePropertyDNGForwardMatrix1.

func KCGImagePropertyDNGForwardMatrix2

func KCGImagePropertyDNGForwardMatrix2() obj.Object

KCGImagePropertyDNGForwardMatrix2 returns the value of the constant kCGImagePropertyDNGForwardMatrix2.

func KCGImagePropertyDNGLensInfo

func KCGImagePropertyDNGLensInfo() obj.Object

KCGImagePropertyDNGLensInfo returns the value of the constant kCGImagePropertyDNGLensInfo.

func KCGImagePropertyDNGLinearResponseLimit

func KCGImagePropertyDNGLinearResponseLimit() obj.Object

KCGImagePropertyDNGLinearResponseLimit returns the value of the constant kCGImagePropertyDNGLinearResponseLimit.

func KCGImagePropertyDNGLinearizationTable

func KCGImagePropertyDNGLinearizationTable() obj.Object

KCGImagePropertyDNGLinearizationTable returns the value of the constant kCGImagePropertyDNGLinearizationTable.

func KCGImagePropertyDNGLocalizedCameraModel

func KCGImagePropertyDNGLocalizedCameraModel() obj.Object

KCGImagePropertyDNGLocalizedCameraModel returns the value of the constant kCGImagePropertyDNGLocalizedCameraModel.

func KCGImagePropertyDNGMakerNoteSafety

func KCGImagePropertyDNGMakerNoteSafety() obj.Object

KCGImagePropertyDNGMakerNoteSafety returns the value of the constant kCGImagePropertyDNGMakerNoteSafety.

func KCGImagePropertyDNGMaskedAreas

func KCGImagePropertyDNGMaskedAreas() obj.Object

KCGImagePropertyDNGMaskedAreas returns the value of the constant kCGImagePropertyDNGMaskedAreas.

func KCGImagePropertyDNGNewRawImageDigest

func KCGImagePropertyDNGNewRawImageDigest() obj.Object

KCGImagePropertyDNGNewRawImageDigest returns the value of the constant kCGImagePropertyDNGNewRawImageDigest.

func KCGImagePropertyDNGNoiseProfile

func KCGImagePropertyDNGNoiseProfile() obj.Object

KCGImagePropertyDNGNoiseProfile returns the value of the constant kCGImagePropertyDNGNoiseProfile.

func KCGImagePropertyDNGNoiseReductionApplied

func KCGImagePropertyDNGNoiseReductionApplied() obj.Object

KCGImagePropertyDNGNoiseReductionApplied returns the value of the constant kCGImagePropertyDNGNoiseReductionApplied.

func KCGImagePropertyDNGOpcodeList1

func KCGImagePropertyDNGOpcodeList1() obj.Object

KCGImagePropertyDNGOpcodeList1 returns the value of the constant kCGImagePropertyDNGOpcodeList1.

func KCGImagePropertyDNGOpcodeList2

func KCGImagePropertyDNGOpcodeList2() obj.Object

KCGImagePropertyDNGOpcodeList2 returns the value of the constant kCGImagePropertyDNGOpcodeList2.

func KCGImagePropertyDNGOpcodeList3

func KCGImagePropertyDNGOpcodeList3() obj.Object

KCGImagePropertyDNGOpcodeList3 returns the value of the constant kCGImagePropertyDNGOpcodeList3.

func KCGImagePropertyDNGOriginalBestQualityFinalSize

func KCGImagePropertyDNGOriginalBestQualityFinalSize() obj.Object

KCGImagePropertyDNGOriginalBestQualityFinalSize returns the value of the constant kCGImagePropertyDNGOriginalBestQualityFinalSize.

func KCGImagePropertyDNGOriginalDefaultCropSize

func KCGImagePropertyDNGOriginalDefaultCropSize() obj.Object

KCGImagePropertyDNGOriginalDefaultCropSize returns the value of the constant kCGImagePropertyDNGOriginalDefaultCropSize.

func KCGImagePropertyDNGOriginalDefaultFinalSize

func KCGImagePropertyDNGOriginalDefaultFinalSize() obj.Object

KCGImagePropertyDNGOriginalDefaultFinalSize returns the value of the constant kCGImagePropertyDNGOriginalDefaultFinalSize.

func KCGImagePropertyDNGOriginalRawFileData

func KCGImagePropertyDNGOriginalRawFileData() obj.Object

KCGImagePropertyDNGOriginalRawFileData returns the value of the constant kCGImagePropertyDNGOriginalRawFileData.

func KCGImagePropertyDNGOriginalRawFileDigest

func KCGImagePropertyDNGOriginalRawFileDigest() obj.Object

KCGImagePropertyDNGOriginalRawFileDigest returns the value of the constant kCGImagePropertyDNGOriginalRawFileDigest.

func KCGImagePropertyDNGOriginalRawFileName

func KCGImagePropertyDNGOriginalRawFileName() obj.Object

KCGImagePropertyDNGOriginalRawFileName returns the value of the constant kCGImagePropertyDNGOriginalRawFileName.

func KCGImagePropertyDNGPreviewApplicationName

func KCGImagePropertyDNGPreviewApplicationName() obj.Object

KCGImagePropertyDNGPreviewApplicationName returns the value of the constant kCGImagePropertyDNGPreviewApplicationName.

func KCGImagePropertyDNGPreviewApplicationVersion

func KCGImagePropertyDNGPreviewApplicationVersion() obj.Object

KCGImagePropertyDNGPreviewApplicationVersion returns the value of the constant kCGImagePropertyDNGPreviewApplicationVersion.

func KCGImagePropertyDNGPreviewColorSpace

func KCGImagePropertyDNGPreviewColorSpace() obj.Object

KCGImagePropertyDNGPreviewColorSpace returns the value of the constant kCGImagePropertyDNGPreviewColorSpace.

func KCGImagePropertyDNGPreviewDateTime

func KCGImagePropertyDNGPreviewDateTime() obj.Object

KCGImagePropertyDNGPreviewDateTime returns the value of the constant kCGImagePropertyDNGPreviewDateTime.

func KCGImagePropertyDNGPreviewSettingsDigest

func KCGImagePropertyDNGPreviewSettingsDigest() obj.Object

KCGImagePropertyDNGPreviewSettingsDigest returns the value of the constant kCGImagePropertyDNGPreviewSettingsDigest.

func KCGImagePropertyDNGPreviewSettingsName

func KCGImagePropertyDNGPreviewSettingsName() obj.Object

KCGImagePropertyDNGPreviewSettingsName returns the value of the constant kCGImagePropertyDNGPreviewSettingsName.

func KCGImagePropertyDNGPrivateData

func KCGImagePropertyDNGPrivateData() obj.Object

KCGImagePropertyDNGPrivateData returns the value of the constant kCGImagePropertyDNGPrivateData.

func KCGImagePropertyDNGProfileCalibrationSignature

func KCGImagePropertyDNGProfileCalibrationSignature() obj.Object

KCGImagePropertyDNGProfileCalibrationSignature returns the value of the constant kCGImagePropertyDNGProfileCalibrationSignature.

func KCGImagePropertyDNGProfileCopyright

func KCGImagePropertyDNGProfileCopyright() obj.Object

KCGImagePropertyDNGProfileCopyright returns the value of the constant kCGImagePropertyDNGProfileCopyright.

func KCGImagePropertyDNGProfileEmbedPolicy

func KCGImagePropertyDNGProfileEmbedPolicy() obj.Object

KCGImagePropertyDNGProfileEmbedPolicy returns the value of the constant kCGImagePropertyDNGProfileEmbedPolicy.

func KCGImagePropertyDNGProfileHueSatMapData1

func KCGImagePropertyDNGProfileHueSatMapData1() obj.Object

KCGImagePropertyDNGProfileHueSatMapData1 returns the value of the constant kCGImagePropertyDNGProfileHueSatMapData1.

func KCGImagePropertyDNGProfileHueSatMapData2

func KCGImagePropertyDNGProfileHueSatMapData2() obj.Object

KCGImagePropertyDNGProfileHueSatMapData2 returns the value of the constant kCGImagePropertyDNGProfileHueSatMapData2.

func KCGImagePropertyDNGProfileHueSatMapDims

func KCGImagePropertyDNGProfileHueSatMapDims() obj.Object

KCGImagePropertyDNGProfileHueSatMapDims returns the value of the constant kCGImagePropertyDNGProfileHueSatMapDims.

func KCGImagePropertyDNGProfileHueSatMapEncoding

func KCGImagePropertyDNGProfileHueSatMapEncoding() obj.Object

KCGImagePropertyDNGProfileHueSatMapEncoding returns the value of the constant kCGImagePropertyDNGProfileHueSatMapEncoding.

func KCGImagePropertyDNGProfileLookTableData

func KCGImagePropertyDNGProfileLookTableData() obj.Object

KCGImagePropertyDNGProfileLookTableData returns the value of the constant kCGImagePropertyDNGProfileLookTableData.

func KCGImagePropertyDNGProfileLookTableDims

func KCGImagePropertyDNGProfileLookTableDims() obj.Object

KCGImagePropertyDNGProfileLookTableDims returns the value of the constant kCGImagePropertyDNGProfileLookTableDims.

func KCGImagePropertyDNGProfileLookTableEncoding

func KCGImagePropertyDNGProfileLookTableEncoding() obj.Object

KCGImagePropertyDNGProfileLookTableEncoding returns the value of the constant kCGImagePropertyDNGProfileLookTableEncoding.

func KCGImagePropertyDNGProfileName

func KCGImagePropertyDNGProfileName() obj.Object

KCGImagePropertyDNGProfileName returns the value of the constant kCGImagePropertyDNGProfileName.

func KCGImagePropertyDNGProfileToneCurve

func KCGImagePropertyDNGProfileToneCurve() obj.Object

KCGImagePropertyDNGProfileToneCurve returns the value of the constant kCGImagePropertyDNGProfileToneCurve.

func KCGImagePropertyDNGRawDataUniqueID

func KCGImagePropertyDNGRawDataUniqueID() obj.Object

KCGImagePropertyDNGRawDataUniqueID returns the value of the constant kCGImagePropertyDNGRawDataUniqueID.

func KCGImagePropertyDNGRawImageDigest

func KCGImagePropertyDNGRawImageDigest() obj.Object

KCGImagePropertyDNGRawImageDigest returns the value of the constant kCGImagePropertyDNGRawImageDigest.

func KCGImagePropertyDNGRawToPreviewGain

func KCGImagePropertyDNGRawToPreviewGain() obj.Object

KCGImagePropertyDNGRawToPreviewGain returns the value of the constant kCGImagePropertyDNGRawToPreviewGain.

func KCGImagePropertyDNGReductionMatrix1

func KCGImagePropertyDNGReductionMatrix1() obj.Object

KCGImagePropertyDNGReductionMatrix1 returns the value of the constant kCGImagePropertyDNGReductionMatrix1.

func KCGImagePropertyDNGReductionMatrix2

func KCGImagePropertyDNGReductionMatrix2() obj.Object

KCGImagePropertyDNGReductionMatrix2 returns the value of the constant kCGImagePropertyDNGReductionMatrix2.

func KCGImagePropertyDNGRowInterleaveFactor

func KCGImagePropertyDNGRowInterleaveFactor() obj.Object

KCGImagePropertyDNGRowInterleaveFactor returns the value of the constant kCGImagePropertyDNGRowInterleaveFactor.

func KCGImagePropertyDNGShadowScale

func KCGImagePropertyDNGShadowScale() obj.Object

KCGImagePropertyDNGShadowScale returns the value of the constant kCGImagePropertyDNGShadowScale.

func KCGImagePropertyDNGSubTileBlockSize

func KCGImagePropertyDNGSubTileBlockSize() obj.Object

KCGImagePropertyDNGSubTileBlockSize returns the value of the constant kCGImagePropertyDNGSubTileBlockSize.

func KCGImagePropertyDNGUniqueCameraModel

func KCGImagePropertyDNGUniqueCameraModel() obj.Object

KCGImagePropertyDNGUniqueCameraModel returns the value of the constant kCGImagePropertyDNGUniqueCameraModel.

func KCGImagePropertyDNGVersion

func KCGImagePropertyDNGVersion() obj.Object

KCGImagePropertyDNGVersion returns the value of the constant kCGImagePropertyDNGVersion.

func KCGImagePropertyDNGWarpFisheye

func KCGImagePropertyDNGWarpFisheye() obj.Object

KCGImagePropertyDNGWarpFisheye returns the value of the constant kCGImagePropertyDNGWarpFisheye.

func KCGImagePropertyDNGWarpRectilinear

func KCGImagePropertyDNGWarpRectilinear() obj.Object

KCGImagePropertyDNGWarpRectilinear returns the value of the constant kCGImagePropertyDNGWarpRectilinear.

func KCGImagePropertyDNGWhiteLevel

func KCGImagePropertyDNGWhiteLevel() obj.Object

KCGImagePropertyDNGWhiteLevel returns the value of the constant kCGImagePropertyDNGWhiteLevel.

func KCGImagePropertyDPIHeight

func KCGImagePropertyDPIHeight() obj.Object

KCGImagePropertyDPIHeight returns the value of the constant kCGImagePropertyDPIHeight.

func KCGImagePropertyDPIWidth

func KCGImagePropertyDPIWidth() obj.Object

KCGImagePropertyDPIWidth returns the value of the constant kCGImagePropertyDPIWidth.

func KCGImagePropertyDepth

func KCGImagePropertyDepth() obj.Object

KCGImagePropertyDepth returns the value of the constant kCGImagePropertyDepth.

func KCGImagePropertyEncoder

func KCGImagePropertyEncoder() obj.Object

KCGImagePropertyEncoder returns the value of the constant kCGImagePropertyEncoder.

func KCGImagePropertyExifApertureValue

func KCGImagePropertyExifApertureValue() obj.Object

KCGImagePropertyExifApertureValue returns the value of the constant kCGImagePropertyExifApertureValue.

func KCGImagePropertyExifAuxDictionary

func KCGImagePropertyExifAuxDictionary() obj.Object

KCGImagePropertyExifAuxDictionary returns the value of the constant kCGImagePropertyExifAuxDictionary.

func KCGImagePropertyExifAuxFirmware

func KCGImagePropertyExifAuxFirmware() obj.Object

KCGImagePropertyExifAuxFirmware returns the value of the constant kCGImagePropertyExifAuxFirmware.

func KCGImagePropertyExifAuxFlashCompensation

func KCGImagePropertyExifAuxFlashCompensation() obj.Object

KCGImagePropertyExifAuxFlashCompensation returns the value of the constant kCGImagePropertyExifAuxFlashCompensation.

func KCGImagePropertyExifAuxImageNumber

func KCGImagePropertyExifAuxImageNumber() obj.Object

KCGImagePropertyExifAuxImageNumber returns the value of the constant kCGImagePropertyExifAuxImageNumber.

func KCGImagePropertyExifAuxLensID

func KCGImagePropertyExifAuxLensID() obj.Object

KCGImagePropertyExifAuxLensID returns the value of the constant kCGImagePropertyExifAuxLensID.

func KCGImagePropertyExifAuxLensInfo

func KCGImagePropertyExifAuxLensInfo() obj.Object

KCGImagePropertyExifAuxLensInfo returns the value of the constant kCGImagePropertyExifAuxLensInfo.

func KCGImagePropertyExifAuxLensModel

func KCGImagePropertyExifAuxLensModel() obj.Object

KCGImagePropertyExifAuxLensModel returns the value of the constant kCGImagePropertyExifAuxLensModel.

func KCGImagePropertyExifAuxLensSerialNumber

func KCGImagePropertyExifAuxLensSerialNumber() obj.Object

KCGImagePropertyExifAuxLensSerialNumber returns the value of the constant kCGImagePropertyExifAuxLensSerialNumber.

func KCGImagePropertyExifAuxOwnerName

func KCGImagePropertyExifAuxOwnerName() obj.Object

KCGImagePropertyExifAuxOwnerName returns the value of the constant kCGImagePropertyExifAuxOwnerName.

func KCGImagePropertyExifAuxSerialNumber

func KCGImagePropertyExifAuxSerialNumber() obj.Object

KCGImagePropertyExifAuxSerialNumber returns the value of the constant kCGImagePropertyExifAuxSerialNumber.

func KCGImagePropertyExifBodySerialNumber

func KCGImagePropertyExifBodySerialNumber() obj.Object

KCGImagePropertyExifBodySerialNumber returns the value of the constant kCGImagePropertyExifBodySerialNumber.

func KCGImagePropertyExifBrightnessValue

func KCGImagePropertyExifBrightnessValue() obj.Object

KCGImagePropertyExifBrightnessValue returns the value of the constant kCGImagePropertyExifBrightnessValue.

func KCGImagePropertyExifCFAPattern

func KCGImagePropertyExifCFAPattern() obj.Object

KCGImagePropertyExifCFAPattern returns the value of the constant kCGImagePropertyExifCFAPattern.

func KCGImagePropertyExifCameraOwnerName

func KCGImagePropertyExifCameraOwnerName() obj.Object

KCGImagePropertyExifCameraOwnerName returns the value of the constant kCGImagePropertyExifCameraOwnerName.

func KCGImagePropertyExifColorSpace

func KCGImagePropertyExifColorSpace() obj.Object

KCGImagePropertyExifColorSpace returns the value of the constant kCGImagePropertyExifColorSpace.

func KCGImagePropertyExifComponentsConfiguration

func KCGImagePropertyExifComponentsConfiguration() obj.Object

KCGImagePropertyExifComponentsConfiguration returns the value of the constant kCGImagePropertyExifComponentsConfiguration.

func KCGImagePropertyExifCompositeImage

func KCGImagePropertyExifCompositeImage() obj.Object

KCGImagePropertyExifCompositeImage returns the value of the constant kCGImagePropertyExifCompositeImage.

func KCGImagePropertyExifCompressedBitsPerPixel

func KCGImagePropertyExifCompressedBitsPerPixel() obj.Object

KCGImagePropertyExifCompressedBitsPerPixel returns the value of the constant kCGImagePropertyExifCompressedBitsPerPixel.

func KCGImagePropertyExifContrast

func KCGImagePropertyExifContrast() obj.Object

KCGImagePropertyExifContrast returns the value of the constant kCGImagePropertyExifContrast.

func KCGImagePropertyExifCustomRendered

func KCGImagePropertyExifCustomRendered() obj.Object

KCGImagePropertyExifCustomRendered returns the value of the constant kCGImagePropertyExifCustomRendered.

func KCGImagePropertyExifDateTimeDigitized

func KCGImagePropertyExifDateTimeDigitized() obj.Object

KCGImagePropertyExifDateTimeDigitized returns the value of the constant kCGImagePropertyExifDateTimeDigitized.

func KCGImagePropertyExifDateTimeOriginal

func KCGImagePropertyExifDateTimeOriginal() obj.Object

KCGImagePropertyExifDateTimeOriginal returns the value of the constant kCGImagePropertyExifDateTimeOriginal.

func KCGImagePropertyExifDeviceSettingDescription

func KCGImagePropertyExifDeviceSettingDescription() obj.Object

KCGImagePropertyExifDeviceSettingDescription returns the value of the constant kCGImagePropertyExifDeviceSettingDescription.

func KCGImagePropertyExifDictionary

func KCGImagePropertyExifDictionary() obj.Object

KCGImagePropertyExifDictionary returns the value of the constant kCGImagePropertyExifDictionary.

func KCGImagePropertyExifDigitalZoomRatio

func KCGImagePropertyExifDigitalZoomRatio() obj.Object

KCGImagePropertyExifDigitalZoomRatio returns the value of the constant kCGImagePropertyExifDigitalZoomRatio.

func KCGImagePropertyExifExposureBiasValue

func KCGImagePropertyExifExposureBiasValue() obj.Object

KCGImagePropertyExifExposureBiasValue returns the value of the constant kCGImagePropertyExifExposureBiasValue.

func KCGImagePropertyExifExposureIndex

func KCGImagePropertyExifExposureIndex() obj.Object

KCGImagePropertyExifExposureIndex returns the value of the constant kCGImagePropertyExifExposureIndex.

func KCGImagePropertyExifExposureMode

func KCGImagePropertyExifExposureMode() obj.Object

KCGImagePropertyExifExposureMode returns the value of the constant kCGImagePropertyExifExposureMode.

func KCGImagePropertyExifExposureProgram

func KCGImagePropertyExifExposureProgram() obj.Object

KCGImagePropertyExifExposureProgram returns the value of the constant kCGImagePropertyExifExposureProgram.

func KCGImagePropertyExifExposureTime

func KCGImagePropertyExifExposureTime() obj.Object

KCGImagePropertyExifExposureTime returns the value of the constant kCGImagePropertyExifExposureTime.

func KCGImagePropertyExifFNumber

func KCGImagePropertyExifFNumber() obj.Object

KCGImagePropertyExifFNumber returns the value of the constant kCGImagePropertyExifFNumber.

func KCGImagePropertyExifFileSource

func KCGImagePropertyExifFileSource() obj.Object

KCGImagePropertyExifFileSource returns the value of the constant kCGImagePropertyExifFileSource.

func KCGImagePropertyExifFlash

func KCGImagePropertyExifFlash() obj.Object

KCGImagePropertyExifFlash returns the value of the constant kCGImagePropertyExifFlash.

func KCGImagePropertyExifFlashEnergy

func KCGImagePropertyExifFlashEnergy() obj.Object

KCGImagePropertyExifFlashEnergy returns the value of the constant kCGImagePropertyExifFlashEnergy.

func KCGImagePropertyExifFlashPixVersion

func KCGImagePropertyExifFlashPixVersion() obj.Object

KCGImagePropertyExifFlashPixVersion returns the value of the constant kCGImagePropertyExifFlashPixVersion.

func KCGImagePropertyExifFocalLenIn35mmFilm

func KCGImagePropertyExifFocalLenIn35mmFilm() obj.Object

KCGImagePropertyExifFocalLenIn35mmFilm returns the value of the constant kCGImagePropertyExifFocalLenIn35mmFilm.

func KCGImagePropertyExifFocalLength

func KCGImagePropertyExifFocalLength() obj.Object

KCGImagePropertyExifFocalLength returns the value of the constant kCGImagePropertyExifFocalLength.

func KCGImagePropertyExifFocalPlaneResolutionUnit

func KCGImagePropertyExifFocalPlaneResolutionUnit() obj.Object

KCGImagePropertyExifFocalPlaneResolutionUnit returns the value of the constant kCGImagePropertyExifFocalPlaneResolutionUnit.

func KCGImagePropertyExifFocalPlaneXResolution

func KCGImagePropertyExifFocalPlaneXResolution() obj.Object

KCGImagePropertyExifFocalPlaneXResolution returns the value of the constant kCGImagePropertyExifFocalPlaneXResolution.

func KCGImagePropertyExifFocalPlaneYResolution

func KCGImagePropertyExifFocalPlaneYResolution() obj.Object

KCGImagePropertyExifFocalPlaneYResolution returns the value of the constant kCGImagePropertyExifFocalPlaneYResolution.

func KCGImagePropertyExifGainControl

func KCGImagePropertyExifGainControl() obj.Object

KCGImagePropertyExifGainControl returns the value of the constant kCGImagePropertyExifGainControl.

func KCGImagePropertyExifGamma

func KCGImagePropertyExifGamma() obj.Object

KCGImagePropertyExifGamma returns the value of the constant kCGImagePropertyExifGamma.

func KCGImagePropertyExifISOSpeed

func KCGImagePropertyExifISOSpeed() obj.Object

KCGImagePropertyExifISOSpeed returns the value of the constant kCGImagePropertyExifISOSpeed.

func KCGImagePropertyExifISOSpeedLatitudeyyy

func KCGImagePropertyExifISOSpeedLatitudeyyy() obj.Object

KCGImagePropertyExifISOSpeedLatitudeyyy returns the value of the constant kCGImagePropertyExifISOSpeedLatitudeyyy.

func KCGImagePropertyExifISOSpeedLatitudezzz

func KCGImagePropertyExifISOSpeedLatitudezzz() obj.Object

KCGImagePropertyExifISOSpeedLatitudezzz returns the value of the constant kCGImagePropertyExifISOSpeedLatitudezzz.

func KCGImagePropertyExifISOSpeedRatings

func KCGImagePropertyExifISOSpeedRatings() obj.Object

KCGImagePropertyExifISOSpeedRatings returns the value of the constant kCGImagePropertyExifISOSpeedRatings.

func KCGImagePropertyExifImageUniqueID

func KCGImagePropertyExifImageUniqueID() obj.Object

KCGImagePropertyExifImageUniqueID returns the value of the constant kCGImagePropertyExifImageUniqueID.

func KCGImagePropertyExifLensMake

func KCGImagePropertyExifLensMake() obj.Object

KCGImagePropertyExifLensMake returns the value of the constant kCGImagePropertyExifLensMake.

func KCGImagePropertyExifLensModel

func KCGImagePropertyExifLensModel() obj.Object

KCGImagePropertyExifLensModel returns the value of the constant kCGImagePropertyExifLensModel.

func KCGImagePropertyExifLensSerialNumber

func KCGImagePropertyExifLensSerialNumber() obj.Object

KCGImagePropertyExifLensSerialNumber returns the value of the constant kCGImagePropertyExifLensSerialNumber.

func KCGImagePropertyExifLensSpecification

func KCGImagePropertyExifLensSpecification() obj.Object

KCGImagePropertyExifLensSpecification returns the value of the constant kCGImagePropertyExifLensSpecification.

func KCGImagePropertyExifLightSource

func KCGImagePropertyExifLightSource() obj.Object

KCGImagePropertyExifLightSource returns the value of the constant kCGImagePropertyExifLightSource.

func KCGImagePropertyExifMakerNote

func KCGImagePropertyExifMakerNote() obj.Object

KCGImagePropertyExifMakerNote returns the value of the constant kCGImagePropertyExifMakerNote.

func KCGImagePropertyExifMaxApertureValue

func KCGImagePropertyExifMaxApertureValue() obj.Object

KCGImagePropertyExifMaxApertureValue returns the value of the constant kCGImagePropertyExifMaxApertureValue.

func KCGImagePropertyExifMeteringMode

func KCGImagePropertyExifMeteringMode() obj.Object

KCGImagePropertyExifMeteringMode returns the value of the constant kCGImagePropertyExifMeteringMode.

func KCGImagePropertyExifOECF

func KCGImagePropertyExifOECF() obj.Object

KCGImagePropertyExifOECF returns the value of the constant kCGImagePropertyExifOECF.

func KCGImagePropertyExifOffsetTime

func KCGImagePropertyExifOffsetTime() obj.Object

KCGImagePropertyExifOffsetTime returns the value of the constant kCGImagePropertyExifOffsetTime.

func KCGImagePropertyExifOffsetTimeDigitized

func KCGImagePropertyExifOffsetTimeDigitized() obj.Object

KCGImagePropertyExifOffsetTimeDigitized returns the value of the constant kCGImagePropertyExifOffsetTimeDigitized.

func KCGImagePropertyExifOffsetTimeOriginal

func KCGImagePropertyExifOffsetTimeOriginal() obj.Object

KCGImagePropertyExifOffsetTimeOriginal returns the value of the constant kCGImagePropertyExifOffsetTimeOriginal.

func KCGImagePropertyExifPixelXDimension

func KCGImagePropertyExifPixelXDimension() obj.Object

KCGImagePropertyExifPixelXDimension returns the value of the constant kCGImagePropertyExifPixelXDimension.

func KCGImagePropertyExifPixelYDimension

func KCGImagePropertyExifPixelYDimension() obj.Object

KCGImagePropertyExifPixelYDimension returns the value of the constant kCGImagePropertyExifPixelYDimension.

func KCGImagePropertyExifRecommendedExposureIndex

func KCGImagePropertyExifRecommendedExposureIndex() obj.Object

KCGImagePropertyExifRecommendedExposureIndex returns the value of the constant kCGImagePropertyExifRecommendedExposureIndex.

func KCGImagePropertyExifRelatedSoundFile

func KCGImagePropertyExifRelatedSoundFile() obj.Object

KCGImagePropertyExifRelatedSoundFile returns the value of the constant kCGImagePropertyExifRelatedSoundFile.

func KCGImagePropertyExifSaturation

func KCGImagePropertyExifSaturation() obj.Object

KCGImagePropertyExifSaturation returns the value of the constant kCGImagePropertyExifSaturation.

func KCGImagePropertyExifSceneCaptureType

func KCGImagePropertyExifSceneCaptureType() obj.Object

KCGImagePropertyExifSceneCaptureType returns the value of the constant kCGImagePropertyExifSceneCaptureType.

func KCGImagePropertyExifSceneType

func KCGImagePropertyExifSceneType() obj.Object

KCGImagePropertyExifSceneType returns the value of the constant kCGImagePropertyExifSceneType.

func KCGImagePropertyExifSensingMethod

func KCGImagePropertyExifSensingMethod() obj.Object

KCGImagePropertyExifSensingMethod returns the value of the constant kCGImagePropertyExifSensingMethod.

func KCGImagePropertyExifSensitivityType

func KCGImagePropertyExifSensitivityType() obj.Object

KCGImagePropertyExifSensitivityType returns the value of the constant kCGImagePropertyExifSensitivityType.

func KCGImagePropertyExifSharpness

func KCGImagePropertyExifSharpness() obj.Object

KCGImagePropertyExifSharpness returns the value of the constant kCGImagePropertyExifSharpness.

func KCGImagePropertyExifShutterSpeedValue

func KCGImagePropertyExifShutterSpeedValue() obj.Object

KCGImagePropertyExifShutterSpeedValue returns the value of the constant kCGImagePropertyExifShutterSpeedValue.

func KCGImagePropertyExifSourceExposureTimesOfCompositeImage

func KCGImagePropertyExifSourceExposureTimesOfCompositeImage() obj.Object

KCGImagePropertyExifSourceExposureTimesOfCompositeImage returns the value of the constant kCGImagePropertyExifSourceExposureTimesOfCompositeImage.

func KCGImagePropertyExifSourceImageNumberOfCompositeImage

func KCGImagePropertyExifSourceImageNumberOfCompositeImage() obj.Object

KCGImagePropertyExifSourceImageNumberOfCompositeImage returns the value of the constant kCGImagePropertyExifSourceImageNumberOfCompositeImage.

func KCGImagePropertyExifSpatialFrequencyResponse

func KCGImagePropertyExifSpatialFrequencyResponse() obj.Object

KCGImagePropertyExifSpatialFrequencyResponse returns the value of the constant kCGImagePropertyExifSpatialFrequencyResponse.

func KCGImagePropertyExifSpectralSensitivity

func KCGImagePropertyExifSpectralSensitivity() obj.Object

KCGImagePropertyExifSpectralSensitivity returns the value of the constant kCGImagePropertyExifSpectralSensitivity.

func KCGImagePropertyExifStandardOutputSensitivity

func KCGImagePropertyExifStandardOutputSensitivity() obj.Object

KCGImagePropertyExifStandardOutputSensitivity returns the value of the constant kCGImagePropertyExifStandardOutputSensitivity.

func KCGImagePropertyExifSubjectArea

func KCGImagePropertyExifSubjectArea() obj.Object

KCGImagePropertyExifSubjectArea returns the value of the constant kCGImagePropertyExifSubjectArea.

func KCGImagePropertyExifSubjectDistRange

func KCGImagePropertyExifSubjectDistRange() obj.Object

KCGImagePropertyExifSubjectDistRange returns the value of the constant kCGImagePropertyExifSubjectDistRange.

func KCGImagePropertyExifSubjectDistance

func KCGImagePropertyExifSubjectDistance() obj.Object

KCGImagePropertyExifSubjectDistance returns the value of the constant kCGImagePropertyExifSubjectDistance.

func KCGImagePropertyExifSubjectLocation

func KCGImagePropertyExifSubjectLocation() obj.Object

KCGImagePropertyExifSubjectLocation returns the value of the constant kCGImagePropertyExifSubjectLocation.

func KCGImagePropertyExifSubsecTime

func KCGImagePropertyExifSubsecTime() obj.Object

KCGImagePropertyExifSubsecTime returns the value of the constant kCGImagePropertyExifSubsecTime.

func KCGImagePropertyExifSubsecTimeDigitized

func KCGImagePropertyExifSubsecTimeDigitized() obj.Object

KCGImagePropertyExifSubsecTimeDigitized returns the value of the constant kCGImagePropertyExifSubsecTimeDigitized.

func KCGImagePropertyExifSubsecTimeOrginal

func KCGImagePropertyExifSubsecTimeOrginal() obj.Object

KCGImagePropertyExifSubsecTimeOrginal returns the value of the constant kCGImagePropertyExifSubsecTimeOrginal.

func KCGImagePropertyExifSubsecTimeOriginal

func KCGImagePropertyExifSubsecTimeOriginal() obj.Object

KCGImagePropertyExifSubsecTimeOriginal returns the value of the constant kCGImagePropertyExifSubsecTimeOriginal.

func KCGImagePropertyExifUserComment

func KCGImagePropertyExifUserComment() obj.Object

KCGImagePropertyExifUserComment returns the value of the constant kCGImagePropertyExifUserComment.

func KCGImagePropertyExifVersion

func KCGImagePropertyExifVersion() obj.Object

KCGImagePropertyExifVersion returns the value of the constant kCGImagePropertyExifVersion.

func KCGImagePropertyExifWhiteBalance

func KCGImagePropertyExifWhiteBalance() obj.Object

KCGImagePropertyExifWhiteBalance returns the value of the constant kCGImagePropertyExifWhiteBalance.

func KCGImagePropertyFileContentsDictionary

func KCGImagePropertyFileContentsDictionary() obj.Object

KCGImagePropertyFileContentsDictionary returns the value of the constant kCGImagePropertyFileContentsDictionary.

func KCGImagePropertyFileSize

func KCGImagePropertyFileSize() obj.Object

KCGImagePropertyFileSize returns the value of the constant kCGImagePropertyFileSize.

func KCGImagePropertyGIFCanvasPixelHeight

func KCGImagePropertyGIFCanvasPixelHeight() obj.Object

KCGImagePropertyGIFCanvasPixelHeight returns the value of the constant kCGImagePropertyGIFCanvasPixelHeight.

func KCGImagePropertyGIFCanvasPixelWidth

func KCGImagePropertyGIFCanvasPixelWidth() obj.Object

KCGImagePropertyGIFCanvasPixelWidth returns the value of the constant kCGImagePropertyGIFCanvasPixelWidth.

func KCGImagePropertyGIFDelayTime

func KCGImagePropertyGIFDelayTime() obj.Object

KCGImagePropertyGIFDelayTime returns the value of the constant kCGImagePropertyGIFDelayTime.

func KCGImagePropertyGIFDictionary

func KCGImagePropertyGIFDictionary() obj.Object

KCGImagePropertyGIFDictionary returns the value of the constant kCGImagePropertyGIFDictionary.

func KCGImagePropertyGIFFrameInfoArray

func KCGImagePropertyGIFFrameInfoArray() obj.Object

KCGImagePropertyGIFFrameInfoArray returns the value of the constant kCGImagePropertyGIFFrameInfoArray.

func KCGImagePropertyGIFHasGlobalColorMap

func KCGImagePropertyGIFHasGlobalColorMap() obj.Object

KCGImagePropertyGIFHasGlobalColorMap returns the value of the constant kCGImagePropertyGIFHasGlobalColorMap.

func KCGImagePropertyGIFImageColorMap

func KCGImagePropertyGIFImageColorMap() obj.Object

KCGImagePropertyGIFImageColorMap returns the value of the constant kCGImagePropertyGIFImageColorMap.

func KCGImagePropertyGIFLoopCount

func KCGImagePropertyGIFLoopCount() obj.Object

KCGImagePropertyGIFLoopCount returns the value of the constant kCGImagePropertyGIFLoopCount.

func KCGImagePropertyGIFUnclampedDelayTime

func KCGImagePropertyGIFUnclampedDelayTime() obj.Object

KCGImagePropertyGIFUnclampedDelayTime returns the value of the constant kCGImagePropertyGIFUnclampedDelayTime.

func KCGImagePropertyGPSAltitude

func KCGImagePropertyGPSAltitude() obj.Object

KCGImagePropertyGPSAltitude returns the value of the constant kCGImagePropertyGPSAltitude.

func KCGImagePropertyGPSAltitudeRef

func KCGImagePropertyGPSAltitudeRef() obj.Object

KCGImagePropertyGPSAltitudeRef returns the value of the constant kCGImagePropertyGPSAltitudeRef.

func KCGImagePropertyGPSAreaInformation

func KCGImagePropertyGPSAreaInformation() obj.Object

KCGImagePropertyGPSAreaInformation returns the value of the constant kCGImagePropertyGPSAreaInformation.

func KCGImagePropertyGPSDOP

func KCGImagePropertyGPSDOP() obj.Object

KCGImagePropertyGPSDOP returns the value of the constant kCGImagePropertyGPSDOP.

func KCGImagePropertyGPSDateStamp

func KCGImagePropertyGPSDateStamp() obj.Object

KCGImagePropertyGPSDateStamp returns the value of the constant kCGImagePropertyGPSDateStamp.

func KCGImagePropertyGPSDestBearing

func KCGImagePropertyGPSDestBearing() obj.Object

KCGImagePropertyGPSDestBearing returns the value of the constant kCGImagePropertyGPSDestBearing.

func KCGImagePropertyGPSDestBearingRef

func KCGImagePropertyGPSDestBearingRef() obj.Object

KCGImagePropertyGPSDestBearingRef returns the value of the constant kCGImagePropertyGPSDestBearingRef.

func KCGImagePropertyGPSDestDistance

func KCGImagePropertyGPSDestDistance() obj.Object

KCGImagePropertyGPSDestDistance returns the value of the constant kCGImagePropertyGPSDestDistance.

func KCGImagePropertyGPSDestDistanceRef

func KCGImagePropertyGPSDestDistanceRef() obj.Object

KCGImagePropertyGPSDestDistanceRef returns the value of the constant kCGImagePropertyGPSDestDistanceRef.

func KCGImagePropertyGPSDestLatitude

func KCGImagePropertyGPSDestLatitude() obj.Object

KCGImagePropertyGPSDestLatitude returns the value of the constant kCGImagePropertyGPSDestLatitude.

func KCGImagePropertyGPSDestLatitudeRef

func KCGImagePropertyGPSDestLatitudeRef() obj.Object

KCGImagePropertyGPSDestLatitudeRef returns the value of the constant kCGImagePropertyGPSDestLatitudeRef.

func KCGImagePropertyGPSDestLongitude

func KCGImagePropertyGPSDestLongitude() obj.Object

KCGImagePropertyGPSDestLongitude returns the value of the constant kCGImagePropertyGPSDestLongitude.

func KCGImagePropertyGPSDestLongitudeRef

func KCGImagePropertyGPSDestLongitudeRef() obj.Object

KCGImagePropertyGPSDestLongitudeRef returns the value of the constant kCGImagePropertyGPSDestLongitudeRef.

func KCGImagePropertyGPSDictionary

func KCGImagePropertyGPSDictionary() obj.Object

KCGImagePropertyGPSDictionary returns the value of the constant kCGImagePropertyGPSDictionary.

func KCGImagePropertyGPSDifferental

func KCGImagePropertyGPSDifferental() obj.Object

KCGImagePropertyGPSDifferental returns the value of the constant kCGImagePropertyGPSDifferental.

func KCGImagePropertyGPSHPositioningError

func KCGImagePropertyGPSHPositioningError() obj.Object

KCGImagePropertyGPSHPositioningError returns the value of the constant kCGImagePropertyGPSHPositioningError.

func KCGImagePropertyGPSImgDirection

func KCGImagePropertyGPSImgDirection() obj.Object

KCGImagePropertyGPSImgDirection returns the value of the constant kCGImagePropertyGPSImgDirection.

func KCGImagePropertyGPSImgDirectionRef

func KCGImagePropertyGPSImgDirectionRef() obj.Object

KCGImagePropertyGPSImgDirectionRef returns the value of the constant kCGImagePropertyGPSImgDirectionRef.

func KCGImagePropertyGPSLatitude

func KCGImagePropertyGPSLatitude() obj.Object

KCGImagePropertyGPSLatitude returns the value of the constant kCGImagePropertyGPSLatitude.

func KCGImagePropertyGPSLatitudeRef

func KCGImagePropertyGPSLatitudeRef() obj.Object

KCGImagePropertyGPSLatitudeRef returns the value of the constant kCGImagePropertyGPSLatitudeRef.

func KCGImagePropertyGPSLongitude

func KCGImagePropertyGPSLongitude() obj.Object

KCGImagePropertyGPSLongitude returns the value of the constant kCGImagePropertyGPSLongitude.

func KCGImagePropertyGPSLongitudeRef

func KCGImagePropertyGPSLongitudeRef() obj.Object

KCGImagePropertyGPSLongitudeRef returns the value of the constant kCGImagePropertyGPSLongitudeRef.

func KCGImagePropertyGPSMapDatum

func KCGImagePropertyGPSMapDatum() obj.Object

KCGImagePropertyGPSMapDatum returns the value of the constant kCGImagePropertyGPSMapDatum.

func KCGImagePropertyGPSMeasureMode

func KCGImagePropertyGPSMeasureMode() obj.Object

KCGImagePropertyGPSMeasureMode returns the value of the constant kCGImagePropertyGPSMeasureMode.

func KCGImagePropertyGPSProcessingMethod

func KCGImagePropertyGPSProcessingMethod() obj.Object

KCGImagePropertyGPSProcessingMethod returns the value of the constant kCGImagePropertyGPSProcessingMethod.

func KCGImagePropertyGPSSatellites

func KCGImagePropertyGPSSatellites() obj.Object

KCGImagePropertyGPSSatellites returns the value of the constant kCGImagePropertyGPSSatellites.

func KCGImagePropertyGPSSpeed

func KCGImagePropertyGPSSpeed() obj.Object

KCGImagePropertyGPSSpeed returns the value of the constant kCGImagePropertyGPSSpeed.

func KCGImagePropertyGPSSpeedRef

func KCGImagePropertyGPSSpeedRef() obj.Object

KCGImagePropertyGPSSpeedRef returns the value of the constant kCGImagePropertyGPSSpeedRef.

func KCGImagePropertyGPSStatus

func KCGImagePropertyGPSStatus() obj.Object

KCGImagePropertyGPSStatus returns the value of the constant kCGImagePropertyGPSStatus.

func KCGImagePropertyGPSTimeStamp

func KCGImagePropertyGPSTimeStamp() obj.Object

KCGImagePropertyGPSTimeStamp returns the value of the constant kCGImagePropertyGPSTimeStamp.

func KCGImagePropertyGPSTrack

func KCGImagePropertyGPSTrack() obj.Object

KCGImagePropertyGPSTrack returns the value of the constant kCGImagePropertyGPSTrack.

func KCGImagePropertyGPSTrackRef

func KCGImagePropertyGPSTrackRef() obj.Object

KCGImagePropertyGPSTrackRef returns the value of the constant kCGImagePropertyGPSTrackRef.

func KCGImagePropertyGPSVersion

func KCGImagePropertyGPSVersion() obj.Object

KCGImagePropertyGPSVersion returns the value of the constant kCGImagePropertyGPSVersion.

func KCGImagePropertyGroupImageBaseline

func KCGImagePropertyGroupImageBaseline() obj.Object

KCGImagePropertyGroupImageBaseline returns the value of the constant kCGImagePropertyGroupImageBaseline.

func KCGImagePropertyGroupImageDisparityAdjustment

func KCGImagePropertyGroupImageDisparityAdjustment() obj.Object

KCGImagePropertyGroupImageDisparityAdjustment returns the value of the constant kCGImagePropertyGroupImageDisparityAdjustment.

func KCGImagePropertyGroupImageIndexLeft

func KCGImagePropertyGroupImageIndexLeft() obj.Object

KCGImagePropertyGroupImageIndexLeft returns the value of the constant kCGImagePropertyGroupImageIndexLeft.

func KCGImagePropertyGroupImageIndexMonoscopic

func KCGImagePropertyGroupImageIndexMonoscopic() obj.Object

KCGImagePropertyGroupImageIndexMonoscopic returns the value of the constant kCGImagePropertyGroupImageIndexMonoscopic.

func KCGImagePropertyGroupImageIndexRight

func KCGImagePropertyGroupImageIndexRight() obj.Object

KCGImagePropertyGroupImageIndexRight returns the value of the constant kCGImagePropertyGroupImageIndexRight.

func KCGImagePropertyGroupImageIsAlternateImage

func KCGImagePropertyGroupImageIsAlternateImage() obj.Object

KCGImagePropertyGroupImageIsAlternateImage returns the value of the constant kCGImagePropertyGroupImageIsAlternateImage.

func KCGImagePropertyGroupImageIsLeftImage

func KCGImagePropertyGroupImageIsLeftImage() obj.Object

KCGImagePropertyGroupImageIsLeftImage returns the value of the constant kCGImagePropertyGroupImageIsLeftImage.

func KCGImagePropertyGroupImageIsMonoscopicImage

func KCGImagePropertyGroupImageIsMonoscopicImage() obj.Object

KCGImagePropertyGroupImageIsMonoscopicImage returns the value of the constant kCGImagePropertyGroupImageIsMonoscopicImage.

func KCGImagePropertyGroupImageIsRightImage

func KCGImagePropertyGroupImageIsRightImage() obj.Object

KCGImagePropertyGroupImageIsRightImage returns the value of the constant kCGImagePropertyGroupImageIsRightImage.

func KCGImagePropertyGroupImageStereoAggressors

func KCGImagePropertyGroupImageStereoAggressors() obj.Object

KCGImagePropertyGroupImageStereoAggressors returns the value of the constant kCGImagePropertyGroupImageStereoAggressors.

func KCGImagePropertyGroupImagesAlternate

func KCGImagePropertyGroupImagesAlternate() obj.Object

KCGImagePropertyGroupImagesAlternate returns the value of the constant kCGImagePropertyGroupImagesAlternate.

func KCGImagePropertyGroupIndex

func KCGImagePropertyGroupIndex() obj.Object

KCGImagePropertyGroupIndex returns the value of the constant kCGImagePropertyGroupIndex.

func KCGImagePropertyGroupMonoscopicImageLocation

func KCGImagePropertyGroupMonoscopicImageLocation() obj.Object

KCGImagePropertyGroupMonoscopicImageLocation returns the value of the constant kCGImagePropertyGroupMonoscopicImageLocation.

func KCGImagePropertyGroupType

func KCGImagePropertyGroupType() obj.Object

KCGImagePropertyGroupType returns the value of the constant kCGImagePropertyGroupType.

func KCGImagePropertyGroupTypeAlternate

func KCGImagePropertyGroupTypeAlternate() obj.Object

KCGImagePropertyGroupTypeAlternate returns the value of the constant kCGImagePropertyGroupTypeAlternate.

func KCGImagePropertyGroupTypeStereoPair

func KCGImagePropertyGroupTypeStereoPair() obj.Object

KCGImagePropertyGroupTypeStereoPair returns the value of the constant kCGImagePropertyGroupTypeStereoPair.

func KCGImagePropertyGroups

func KCGImagePropertyGroups() obj.Object

KCGImagePropertyGroups returns the value of the constant kCGImagePropertyGroups.

func KCGImagePropertyHEICSCanvasPixelHeight

func KCGImagePropertyHEICSCanvasPixelHeight() obj.Object

KCGImagePropertyHEICSCanvasPixelHeight returns the value of the constant kCGImagePropertyHEICSCanvasPixelHeight.

func KCGImagePropertyHEICSCanvasPixelWidth

func KCGImagePropertyHEICSCanvasPixelWidth() obj.Object

KCGImagePropertyHEICSCanvasPixelWidth returns the value of the constant kCGImagePropertyHEICSCanvasPixelWidth.

func KCGImagePropertyHEICSDelayTime

func KCGImagePropertyHEICSDelayTime() obj.Object

KCGImagePropertyHEICSDelayTime returns the value of the constant kCGImagePropertyHEICSDelayTime.

func KCGImagePropertyHEICSDictionary

func KCGImagePropertyHEICSDictionary() obj.Object

KCGImagePropertyHEICSDictionary returns the value of the constant kCGImagePropertyHEICSDictionary.

func KCGImagePropertyHEICSFrameInfoArray

func KCGImagePropertyHEICSFrameInfoArray() obj.Object

KCGImagePropertyHEICSFrameInfoArray returns the value of the constant kCGImagePropertyHEICSFrameInfoArray.

func KCGImagePropertyHEICSLoopCount

func KCGImagePropertyHEICSLoopCount() obj.Object

KCGImagePropertyHEICSLoopCount returns the value of the constant kCGImagePropertyHEICSLoopCount.

func KCGImagePropertyHEICSUnclampedDelayTime

func KCGImagePropertyHEICSUnclampedDelayTime() obj.Object

KCGImagePropertyHEICSUnclampedDelayTime returns the value of the constant kCGImagePropertyHEICSUnclampedDelayTime.

func KCGImagePropertyHEIFDictionary

func KCGImagePropertyHEIFDictionary() obj.Object

KCGImagePropertyHEIFDictionary returns the value of the constant kCGImagePropertyHEIFDictionary.

func KCGImagePropertyHasAlpha

func KCGImagePropertyHasAlpha() obj.Object

KCGImagePropertyHasAlpha returns the value of the constant kCGImagePropertyHasAlpha.

func KCGImagePropertyHeight

func KCGImagePropertyHeight() obj.Object

KCGImagePropertyHeight returns the value of the constant kCGImagePropertyHeight.

func KCGImagePropertyIPTCActionAdvised

func KCGImagePropertyIPTCActionAdvised() obj.Object

KCGImagePropertyIPTCActionAdvised returns the value of the constant kCGImagePropertyIPTCActionAdvised.

func KCGImagePropertyIPTCByline

func KCGImagePropertyIPTCByline() obj.Object

KCGImagePropertyIPTCByline returns the value of the constant kCGImagePropertyIPTCByline.

func KCGImagePropertyIPTCBylineTitle

func KCGImagePropertyIPTCBylineTitle() obj.Object

KCGImagePropertyIPTCBylineTitle returns the value of the constant kCGImagePropertyIPTCBylineTitle.

func KCGImagePropertyIPTCCaptionAbstract

func KCGImagePropertyIPTCCaptionAbstract() obj.Object

KCGImagePropertyIPTCCaptionAbstract returns the value of the constant kCGImagePropertyIPTCCaptionAbstract.

func KCGImagePropertyIPTCCategory

func KCGImagePropertyIPTCCategory() obj.Object

KCGImagePropertyIPTCCategory returns the value of the constant kCGImagePropertyIPTCCategory.

func KCGImagePropertyIPTCCity

func KCGImagePropertyIPTCCity() obj.Object

KCGImagePropertyIPTCCity returns the value of the constant kCGImagePropertyIPTCCity.

func KCGImagePropertyIPTCContact

func KCGImagePropertyIPTCContact() obj.Object

KCGImagePropertyIPTCContact returns the value of the constant kCGImagePropertyIPTCContact.

func KCGImagePropertyIPTCContactInfoAddress

func KCGImagePropertyIPTCContactInfoAddress() obj.Object

KCGImagePropertyIPTCContactInfoAddress returns the value of the constant kCGImagePropertyIPTCContactInfoAddress.

func KCGImagePropertyIPTCContactInfoCity

func KCGImagePropertyIPTCContactInfoCity() obj.Object

KCGImagePropertyIPTCContactInfoCity returns the value of the constant kCGImagePropertyIPTCContactInfoCity.

func KCGImagePropertyIPTCContactInfoCountry

func KCGImagePropertyIPTCContactInfoCountry() obj.Object

KCGImagePropertyIPTCContactInfoCountry returns the value of the constant kCGImagePropertyIPTCContactInfoCountry.

func KCGImagePropertyIPTCContactInfoEmails

func KCGImagePropertyIPTCContactInfoEmails() obj.Object

KCGImagePropertyIPTCContactInfoEmails returns the value of the constant kCGImagePropertyIPTCContactInfoEmails.

func KCGImagePropertyIPTCContactInfoPhones

func KCGImagePropertyIPTCContactInfoPhones() obj.Object

KCGImagePropertyIPTCContactInfoPhones returns the value of the constant kCGImagePropertyIPTCContactInfoPhones.

func KCGImagePropertyIPTCContactInfoPostalCode

func KCGImagePropertyIPTCContactInfoPostalCode() obj.Object

KCGImagePropertyIPTCContactInfoPostalCode returns the value of the constant kCGImagePropertyIPTCContactInfoPostalCode.

func KCGImagePropertyIPTCContactInfoStateProvince

func KCGImagePropertyIPTCContactInfoStateProvince() obj.Object

KCGImagePropertyIPTCContactInfoStateProvince returns the value of the constant kCGImagePropertyIPTCContactInfoStateProvince.

func KCGImagePropertyIPTCContactInfoWebURLs

func KCGImagePropertyIPTCContactInfoWebURLs() obj.Object

KCGImagePropertyIPTCContactInfoWebURLs returns the value of the constant kCGImagePropertyIPTCContactInfoWebURLs.

func KCGImagePropertyIPTCContentLocationCode

func KCGImagePropertyIPTCContentLocationCode() obj.Object

KCGImagePropertyIPTCContentLocationCode returns the value of the constant kCGImagePropertyIPTCContentLocationCode.

func KCGImagePropertyIPTCContentLocationName

func KCGImagePropertyIPTCContentLocationName() obj.Object

KCGImagePropertyIPTCContentLocationName returns the value of the constant kCGImagePropertyIPTCContentLocationName.

func KCGImagePropertyIPTCCopyrightNotice

func KCGImagePropertyIPTCCopyrightNotice() obj.Object

KCGImagePropertyIPTCCopyrightNotice returns the value of the constant kCGImagePropertyIPTCCopyrightNotice.

func KCGImagePropertyIPTCCountryPrimaryLocationCode

func KCGImagePropertyIPTCCountryPrimaryLocationCode() obj.Object

KCGImagePropertyIPTCCountryPrimaryLocationCode returns the value of the constant kCGImagePropertyIPTCCountryPrimaryLocationCode.

func KCGImagePropertyIPTCCountryPrimaryLocationName

func KCGImagePropertyIPTCCountryPrimaryLocationName() obj.Object

KCGImagePropertyIPTCCountryPrimaryLocationName returns the value of the constant kCGImagePropertyIPTCCountryPrimaryLocationName.

func KCGImagePropertyIPTCCreatorContactInfo

func KCGImagePropertyIPTCCreatorContactInfo() obj.Object

KCGImagePropertyIPTCCreatorContactInfo returns the value of the constant kCGImagePropertyIPTCCreatorContactInfo.

func KCGImagePropertyIPTCCredit

func KCGImagePropertyIPTCCredit() obj.Object

KCGImagePropertyIPTCCredit returns the value of the constant kCGImagePropertyIPTCCredit.

func KCGImagePropertyIPTCDateCreated

func KCGImagePropertyIPTCDateCreated() obj.Object

KCGImagePropertyIPTCDateCreated returns the value of the constant kCGImagePropertyIPTCDateCreated.

func KCGImagePropertyIPTCDictionary

func KCGImagePropertyIPTCDictionary() obj.Object

KCGImagePropertyIPTCDictionary returns the value of the constant kCGImagePropertyIPTCDictionary.

func KCGImagePropertyIPTCDigitalCreationDate

func KCGImagePropertyIPTCDigitalCreationDate() obj.Object

KCGImagePropertyIPTCDigitalCreationDate returns the value of the constant kCGImagePropertyIPTCDigitalCreationDate.

func KCGImagePropertyIPTCDigitalCreationTime

func KCGImagePropertyIPTCDigitalCreationTime() obj.Object

KCGImagePropertyIPTCDigitalCreationTime returns the value of the constant kCGImagePropertyIPTCDigitalCreationTime.

func KCGImagePropertyIPTCEditStatus

func KCGImagePropertyIPTCEditStatus() obj.Object

KCGImagePropertyIPTCEditStatus returns the value of the constant kCGImagePropertyIPTCEditStatus.

func KCGImagePropertyIPTCEditorialUpdate

func KCGImagePropertyIPTCEditorialUpdate() obj.Object

KCGImagePropertyIPTCEditorialUpdate returns the value of the constant kCGImagePropertyIPTCEditorialUpdate.

func KCGImagePropertyIPTCExpirationDate

func KCGImagePropertyIPTCExpirationDate() obj.Object

KCGImagePropertyIPTCExpirationDate returns the value of the constant kCGImagePropertyIPTCExpirationDate.

func KCGImagePropertyIPTCExpirationTime

func KCGImagePropertyIPTCExpirationTime() obj.Object

KCGImagePropertyIPTCExpirationTime returns the value of the constant kCGImagePropertyIPTCExpirationTime.

func KCGImagePropertyIPTCExtAboutCvTerm

func KCGImagePropertyIPTCExtAboutCvTerm() obj.Object

KCGImagePropertyIPTCExtAboutCvTerm returns the value of the constant kCGImagePropertyIPTCExtAboutCvTerm.

func KCGImagePropertyIPTCExtAboutCvTermCvId

func KCGImagePropertyIPTCExtAboutCvTermCvId() obj.Object

KCGImagePropertyIPTCExtAboutCvTermCvId returns the value of the constant kCGImagePropertyIPTCExtAboutCvTermCvId.

func KCGImagePropertyIPTCExtAboutCvTermId

func KCGImagePropertyIPTCExtAboutCvTermId() obj.Object

KCGImagePropertyIPTCExtAboutCvTermId returns the value of the constant kCGImagePropertyIPTCExtAboutCvTermId.

func KCGImagePropertyIPTCExtAboutCvTermName

func KCGImagePropertyIPTCExtAboutCvTermName() obj.Object

KCGImagePropertyIPTCExtAboutCvTermName returns the value of the constant kCGImagePropertyIPTCExtAboutCvTermName.

func KCGImagePropertyIPTCExtAboutCvTermRefinedAbout

func KCGImagePropertyIPTCExtAboutCvTermRefinedAbout() obj.Object

KCGImagePropertyIPTCExtAboutCvTermRefinedAbout returns the value of the constant kCGImagePropertyIPTCExtAboutCvTermRefinedAbout.

func KCGImagePropertyIPTCExtAddlModelInfo

func KCGImagePropertyIPTCExtAddlModelInfo() obj.Object

KCGImagePropertyIPTCExtAddlModelInfo returns the value of the constant kCGImagePropertyIPTCExtAddlModelInfo.

func KCGImagePropertyIPTCExtArtworkCircaDateCreated

func KCGImagePropertyIPTCExtArtworkCircaDateCreated() obj.Object

KCGImagePropertyIPTCExtArtworkCircaDateCreated returns the value of the constant kCGImagePropertyIPTCExtArtworkCircaDateCreated.

func KCGImagePropertyIPTCExtArtworkContentDescription

func KCGImagePropertyIPTCExtArtworkContentDescription() obj.Object

KCGImagePropertyIPTCExtArtworkContentDescription returns the value of the constant kCGImagePropertyIPTCExtArtworkContentDescription.

func KCGImagePropertyIPTCExtArtworkContributionDescription

func KCGImagePropertyIPTCExtArtworkContributionDescription() obj.Object

KCGImagePropertyIPTCExtArtworkContributionDescription returns the value of the constant kCGImagePropertyIPTCExtArtworkContributionDescription.

func KCGImagePropertyIPTCExtArtworkCopyrightNotice

func KCGImagePropertyIPTCExtArtworkCopyrightNotice() obj.Object

KCGImagePropertyIPTCExtArtworkCopyrightNotice returns the value of the constant kCGImagePropertyIPTCExtArtworkCopyrightNotice.

func KCGImagePropertyIPTCExtArtworkCopyrightOwnerID

func KCGImagePropertyIPTCExtArtworkCopyrightOwnerID() obj.Object

KCGImagePropertyIPTCExtArtworkCopyrightOwnerID returns the value of the constant kCGImagePropertyIPTCExtArtworkCopyrightOwnerID.

func KCGImagePropertyIPTCExtArtworkCopyrightOwnerName

func KCGImagePropertyIPTCExtArtworkCopyrightOwnerName() obj.Object

KCGImagePropertyIPTCExtArtworkCopyrightOwnerName returns the value of the constant kCGImagePropertyIPTCExtArtworkCopyrightOwnerName.

func KCGImagePropertyIPTCExtArtworkCreator

func KCGImagePropertyIPTCExtArtworkCreator() obj.Object

KCGImagePropertyIPTCExtArtworkCreator returns the value of the constant kCGImagePropertyIPTCExtArtworkCreator.

func KCGImagePropertyIPTCExtArtworkCreatorID

func KCGImagePropertyIPTCExtArtworkCreatorID() obj.Object

KCGImagePropertyIPTCExtArtworkCreatorID returns the value of the constant kCGImagePropertyIPTCExtArtworkCreatorID.

func KCGImagePropertyIPTCExtArtworkDateCreated

func KCGImagePropertyIPTCExtArtworkDateCreated() obj.Object

KCGImagePropertyIPTCExtArtworkDateCreated returns the value of the constant kCGImagePropertyIPTCExtArtworkDateCreated.

func KCGImagePropertyIPTCExtArtworkLicensorID

func KCGImagePropertyIPTCExtArtworkLicensorID() obj.Object

KCGImagePropertyIPTCExtArtworkLicensorID returns the value of the constant kCGImagePropertyIPTCExtArtworkLicensorID.

func KCGImagePropertyIPTCExtArtworkLicensorName

func KCGImagePropertyIPTCExtArtworkLicensorName() obj.Object

KCGImagePropertyIPTCExtArtworkLicensorName returns the value of the constant kCGImagePropertyIPTCExtArtworkLicensorName.

func KCGImagePropertyIPTCExtArtworkOrObject

func KCGImagePropertyIPTCExtArtworkOrObject() obj.Object

KCGImagePropertyIPTCExtArtworkOrObject returns the value of the constant kCGImagePropertyIPTCExtArtworkOrObject.

func KCGImagePropertyIPTCExtArtworkPhysicalDescription

func KCGImagePropertyIPTCExtArtworkPhysicalDescription() obj.Object

KCGImagePropertyIPTCExtArtworkPhysicalDescription returns the value of the constant kCGImagePropertyIPTCExtArtworkPhysicalDescription.

func KCGImagePropertyIPTCExtArtworkSource

func KCGImagePropertyIPTCExtArtworkSource() obj.Object

KCGImagePropertyIPTCExtArtworkSource returns the value of the constant kCGImagePropertyIPTCExtArtworkSource.

func KCGImagePropertyIPTCExtArtworkSourceInvURL

func KCGImagePropertyIPTCExtArtworkSourceInvURL() obj.Object

KCGImagePropertyIPTCExtArtworkSourceInvURL returns the value of the constant kCGImagePropertyIPTCExtArtworkSourceInvURL.

func KCGImagePropertyIPTCExtArtworkSourceInventoryNo

func KCGImagePropertyIPTCExtArtworkSourceInventoryNo() obj.Object

KCGImagePropertyIPTCExtArtworkSourceInventoryNo returns the value of the constant kCGImagePropertyIPTCExtArtworkSourceInventoryNo.

func KCGImagePropertyIPTCExtArtworkStylePeriod

func KCGImagePropertyIPTCExtArtworkStylePeriod() obj.Object

KCGImagePropertyIPTCExtArtworkStylePeriod returns the value of the constant kCGImagePropertyIPTCExtArtworkStylePeriod.

func KCGImagePropertyIPTCExtArtworkTitle

func KCGImagePropertyIPTCExtArtworkTitle() obj.Object

KCGImagePropertyIPTCExtArtworkTitle returns the value of the constant kCGImagePropertyIPTCExtArtworkTitle.

func KCGImagePropertyIPTCExtAudioBitrate

func KCGImagePropertyIPTCExtAudioBitrate() obj.Object

KCGImagePropertyIPTCExtAudioBitrate returns the value of the constant kCGImagePropertyIPTCExtAudioBitrate.

func KCGImagePropertyIPTCExtAudioBitrateMode

func KCGImagePropertyIPTCExtAudioBitrateMode() obj.Object

KCGImagePropertyIPTCExtAudioBitrateMode returns the value of the constant kCGImagePropertyIPTCExtAudioBitrateMode.

func KCGImagePropertyIPTCExtAudioChannelCount

func KCGImagePropertyIPTCExtAudioChannelCount() obj.Object

KCGImagePropertyIPTCExtAudioChannelCount returns the value of the constant kCGImagePropertyIPTCExtAudioChannelCount.

func KCGImagePropertyIPTCExtCircaDateCreated

func KCGImagePropertyIPTCExtCircaDateCreated() obj.Object

KCGImagePropertyIPTCExtCircaDateCreated returns the value of the constant kCGImagePropertyIPTCExtCircaDateCreated.

func KCGImagePropertyIPTCExtContainerFormat

func KCGImagePropertyIPTCExtContainerFormat() obj.Object

KCGImagePropertyIPTCExtContainerFormat returns the value of the constant kCGImagePropertyIPTCExtContainerFormat.

func KCGImagePropertyIPTCExtContainerFormatIdentifier

func KCGImagePropertyIPTCExtContainerFormatIdentifier() obj.Object

KCGImagePropertyIPTCExtContainerFormatIdentifier returns the value of the constant kCGImagePropertyIPTCExtContainerFormatIdentifier.

func KCGImagePropertyIPTCExtContainerFormatName

func KCGImagePropertyIPTCExtContainerFormatName() obj.Object

KCGImagePropertyIPTCExtContainerFormatName returns the value of the constant kCGImagePropertyIPTCExtContainerFormatName.

func KCGImagePropertyIPTCExtContributor

func KCGImagePropertyIPTCExtContributor() obj.Object

KCGImagePropertyIPTCExtContributor returns the value of the constant kCGImagePropertyIPTCExtContributor.

func KCGImagePropertyIPTCExtContributorIdentifier

func KCGImagePropertyIPTCExtContributorIdentifier() obj.Object

KCGImagePropertyIPTCExtContributorIdentifier returns the value of the constant kCGImagePropertyIPTCExtContributorIdentifier.

func KCGImagePropertyIPTCExtContributorName

func KCGImagePropertyIPTCExtContributorName() obj.Object

KCGImagePropertyIPTCExtContributorName returns the value of the constant kCGImagePropertyIPTCExtContributorName.

func KCGImagePropertyIPTCExtContributorRole

func KCGImagePropertyIPTCExtContributorRole() obj.Object

KCGImagePropertyIPTCExtContributorRole returns the value of the constant kCGImagePropertyIPTCExtContributorRole.

func KCGImagePropertyIPTCExtControlledVocabularyTerm

func KCGImagePropertyIPTCExtControlledVocabularyTerm() obj.Object

KCGImagePropertyIPTCExtControlledVocabularyTerm returns the value of the constant kCGImagePropertyIPTCExtControlledVocabularyTerm.

func KCGImagePropertyIPTCExtCopyrightYear

func KCGImagePropertyIPTCExtCopyrightYear() obj.Object

KCGImagePropertyIPTCExtCopyrightYear returns the value of the constant kCGImagePropertyIPTCExtCopyrightYear.

func KCGImagePropertyIPTCExtCreator

func KCGImagePropertyIPTCExtCreator() obj.Object

KCGImagePropertyIPTCExtCreator returns the value of the constant kCGImagePropertyIPTCExtCreator.

func KCGImagePropertyIPTCExtCreatorIdentifier

func KCGImagePropertyIPTCExtCreatorIdentifier() obj.Object

KCGImagePropertyIPTCExtCreatorIdentifier returns the value of the constant kCGImagePropertyIPTCExtCreatorIdentifier.

func KCGImagePropertyIPTCExtCreatorName

func KCGImagePropertyIPTCExtCreatorName() obj.Object

KCGImagePropertyIPTCExtCreatorName returns the value of the constant kCGImagePropertyIPTCExtCreatorName.

func KCGImagePropertyIPTCExtCreatorRole

func KCGImagePropertyIPTCExtCreatorRole() obj.Object

KCGImagePropertyIPTCExtCreatorRole returns the value of the constant kCGImagePropertyIPTCExtCreatorRole.

func KCGImagePropertyIPTCExtDataOnScreen

func KCGImagePropertyIPTCExtDataOnScreen() obj.Object

KCGImagePropertyIPTCExtDataOnScreen returns the value of the constant kCGImagePropertyIPTCExtDataOnScreen.

func KCGImagePropertyIPTCExtDataOnScreenRegion

func KCGImagePropertyIPTCExtDataOnScreenRegion() obj.Object

KCGImagePropertyIPTCExtDataOnScreenRegion returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegion.

func KCGImagePropertyIPTCExtDataOnScreenRegionD

func KCGImagePropertyIPTCExtDataOnScreenRegionD() obj.Object

KCGImagePropertyIPTCExtDataOnScreenRegionD returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionD.

func KCGImagePropertyIPTCExtDataOnScreenRegionH

func KCGImagePropertyIPTCExtDataOnScreenRegionH() obj.Object

KCGImagePropertyIPTCExtDataOnScreenRegionH returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionH.

func KCGImagePropertyIPTCExtDataOnScreenRegionText

func KCGImagePropertyIPTCExtDataOnScreenRegionText() obj.Object

KCGImagePropertyIPTCExtDataOnScreenRegionText returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionText.

func KCGImagePropertyIPTCExtDataOnScreenRegionUnit

func KCGImagePropertyIPTCExtDataOnScreenRegionUnit() obj.Object

KCGImagePropertyIPTCExtDataOnScreenRegionUnit returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionUnit.

func KCGImagePropertyIPTCExtDataOnScreenRegionW

func KCGImagePropertyIPTCExtDataOnScreenRegionW() obj.Object

KCGImagePropertyIPTCExtDataOnScreenRegionW returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionW.

func KCGImagePropertyIPTCExtDataOnScreenRegionX

func KCGImagePropertyIPTCExtDataOnScreenRegionX() obj.Object

KCGImagePropertyIPTCExtDataOnScreenRegionX returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionX.

func KCGImagePropertyIPTCExtDataOnScreenRegionY

func KCGImagePropertyIPTCExtDataOnScreenRegionY() obj.Object

KCGImagePropertyIPTCExtDataOnScreenRegionY returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionY.

func KCGImagePropertyIPTCExtDigitalImageGUID

func KCGImagePropertyIPTCExtDigitalImageGUID() obj.Object

KCGImagePropertyIPTCExtDigitalImageGUID returns the value of the constant kCGImagePropertyIPTCExtDigitalImageGUID.

func KCGImagePropertyIPTCExtDigitalSourceFileType

func KCGImagePropertyIPTCExtDigitalSourceFileType() obj.Object

KCGImagePropertyIPTCExtDigitalSourceFileType returns the value of the constant kCGImagePropertyIPTCExtDigitalSourceFileType.

func KCGImagePropertyIPTCExtDigitalSourceType

func KCGImagePropertyIPTCExtDigitalSourceType() obj.Object

KCGImagePropertyIPTCExtDigitalSourceType returns the value of the constant kCGImagePropertyIPTCExtDigitalSourceType.

func KCGImagePropertyIPTCExtDopesheet

func KCGImagePropertyIPTCExtDopesheet() obj.Object

KCGImagePropertyIPTCExtDopesheet returns the value of the constant kCGImagePropertyIPTCExtDopesheet.

func KCGImagePropertyIPTCExtDopesheetLink() obj.Object

KCGImagePropertyIPTCExtDopesheetLink returns the value of the constant kCGImagePropertyIPTCExtDopesheetLink.

func KCGImagePropertyIPTCExtDopesheetLinkLink() obj.Object

KCGImagePropertyIPTCExtDopesheetLinkLink returns the value of the constant kCGImagePropertyIPTCExtDopesheetLinkLink.

func KCGImagePropertyIPTCExtDopesheetLinkLinkQualifier

func KCGImagePropertyIPTCExtDopesheetLinkLinkQualifier() obj.Object

KCGImagePropertyIPTCExtDopesheetLinkLinkQualifier returns the value of the constant kCGImagePropertyIPTCExtDopesheetLinkLinkQualifier.

func KCGImagePropertyIPTCExtEmbdEncRightsExpr

func KCGImagePropertyIPTCExtEmbdEncRightsExpr() obj.Object

KCGImagePropertyIPTCExtEmbdEncRightsExpr returns the value of the constant kCGImagePropertyIPTCExtEmbdEncRightsExpr.

func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExpr

func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExpr() obj.Object

KCGImagePropertyIPTCExtEmbeddedEncodedRightsExpr returns the value of the constant kCGImagePropertyIPTCExtEmbeddedEncodedRightsExpr.

func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprLangID

func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprLangID() obj.Object

KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprLangID returns the value of the constant kCGImagePropertyIPTCExtEmbeddedEncodedRightsExprLangID.

func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprType

func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprType() obj.Object

KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprType returns the value of the constant kCGImagePropertyIPTCExtEmbeddedEncodedRightsExprType.

func KCGImagePropertyIPTCExtEpisode

func KCGImagePropertyIPTCExtEpisode() obj.Object

KCGImagePropertyIPTCExtEpisode returns the value of the constant kCGImagePropertyIPTCExtEpisode.

func KCGImagePropertyIPTCExtEpisodeIdentifier

func KCGImagePropertyIPTCExtEpisodeIdentifier() obj.Object

KCGImagePropertyIPTCExtEpisodeIdentifier returns the value of the constant kCGImagePropertyIPTCExtEpisodeIdentifier.

func KCGImagePropertyIPTCExtEpisodeName

func KCGImagePropertyIPTCExtEpisodeName() obj.Object

KCGImagePropertyIPTCExtEpisodeName returns the value of the constant kCGImagePropertyIPTCExtEpisodeName.

func KCGImagePropertyIPTCExtEpisodeNumber

func KCGImagePropertyIPTCExtEpisodeNumber() obj.Object

KCGImagePropertyIPTCExtEpisodeNumber returns the value of the constant kCGImagePropertyIPTCExtEpisodeNumber.

func KCGImagePropertyIPTCExtEvent

func KCGImagePropertyIPTCExtEvent() obj.Object

KCGImagePropertyIPTCExtEvent returns the value of the constant kCGImagePropertyIPTCExtEvent.

func KCGImagePropertyIPTCExtExternalMetadataLink() obj.Object

KCGImagePropertyIPTCExtExternalMetadataLink returns the value of the constant kCGImagePropertyIPTCExtExternalMetadataLink.

func KCGImagePropertyIPTCExtFeedIdentifier

func KCGImagePropertyIPTCExtFeedIdentifier() obj.Object

KCGImagePropertyIPTCExtFeedIdentifier returns the value of the constant kCGImagePropertyIPTCExtFeedIdentifier.

func KCGImagePropertyIPTCExtGenre

func KCGImagePropertyIPTCExtGenre() obj.Object

KCGImagePropertyIPTCExtGenre returns the value of the constant kCGImagePropertyIPTCExtGenre.

func KCGImagePropertyIPTCExtGenreCvId

func KCGImagePropertyIPTCExtGenreCvId() obj.Object

KCGImagePropertyIPTCExtGenreCvId returns the value of the constant kCGImagePropertyIPTCExtGenreCvId.

func KCGImagePropertyIPTCExtGenreCvTermId

func KCGImagePropertyIPTCExtGenreCvTermId() obj.Object

KCGImagePropertyIPTCExtGenreCvTermId returns the value of the constant kCGImagePropertyIPTCExtGenreCvTermId.

func KCGImagePropertyIPTCExtGenreCvTermName

func KCGImagePropertyIPTCExtGenreCvTermName() obj.Object

KCGImagePropertyIPTCExtGenreCvTermName returns the value of the constant kCGImagePropertyIPTCExtGenreCvTermName.

func KCGImagePropertyIPTCExtGenreCvTermRefinedAbout

func KCGImagePropertyIPTCExtGenreCvTermRefinedAbout() obj.Object

KCGImagePropertyIPTCExtGenreCvTermRefinedAbout returns the value of the constant kCGImagePropertyIPTCExtGenreCvTermRefinedAbout.

func KCGImagePropertyIPTCExtHeadline

func KCGImagePropertyIPTCExtHeadline() obj.Object

KCGImagePropertyIPTCExtHeadline returns the value of the constant kCGImagePropertyIPTCExtHeadline.

func KCGImagePropertyIPTCExtIPTCLastEdited

func KCGImagePropertyIPTCExtIPTCLastEdited() obj.Object

KCGImagePropertyIPTCExtIPTCLastEdited returns the value of the constant kCGImagePropertyIPTCExtIPTCLastEdited.

func KCGImagePropertyIPTCExtLinkedEncRightsExpr

func KCGImagePropertyIPTCExtLinkedEncRightsExpr() obj.Object

KCGImagePropertyIPTCExtLinkedEncRightsExpr returns the value of the constant kCGImagePropertyIPTCExtLinkedEncRightsExpr.

func KCGImagePropertyIPTCExtLinkedEncodedRightsExpr

func KCGImagePropertyIPTCExtLinkedEncodedRightsExpr() obj.Object

KCGImagePropertyIPTCExtLinkedEncodedRightsExpr returns the value of the constant kCGImagePropertyIPTCExtLinkedEncodedRightsExpr.

func KCGImagePropertyIPTCExtLinkedEncodedRightsExprLangID

func KCGImagePropertyIPTCExtLinkedEncodedRightsExprLangID() obj.Object

KCGImagePropertyIPTCExtLinkedEncodedRightsExprLangID returns the value of the constant kCGImagePropertyIPTCExtLinkedEncodedRightsExprLangID.

func KCGImagePropertyIPTCExtLinkedEncodedRightsExprType

func KCGImagePropertyIPTCExtLinkedEncodedRightsExprType() obj.Object

KCGImagePropertyIPTCExtLinkedEncodedRightsExprType returns the value of the constant kCGImagePropertyIPTCExtLinkedEncodedRightsExprType.

func KCGImagePropertyIPTCExtLocationCity

func KCGImagePropertyIPTCExtLocationCity() obj.Object

KCGImagePropertyIPTCExtLocationCity returns the value of the constant kCGImagePropertyIPTCExtLocationCity.

func KCGImagePropertyIPTCExtLocationCountryCode

func KCGImagePropertyIPTCExtLocationCountryCode() obj.Object

KCGImagePropertyIPTCExtLocationCountryCode returns the value of the constant kCGImagePropertyIPTCExtLocationCountryCode.

func KCGImagePropertyIPTCExtLocationCountryName

func KCGImagePropertyIPTCExtLocationCountryName() obj.Object

KCGImagePropertyIPTCExtLocationCountryName returns the value of the constant kCGImagePropertyIPTCExtLocationCountryName.

func KCGImagePropertyIPTCExtLocationCreated

func KCGImagePropertyIPTCExtLocationCreated() obj.Object

KCGImagePropertyIPTCExtLocationCreated returns the value of the constant kCGImagePropertyIPTCExtLocationCreated.

func KCGImagePropertyIPTCExtLocationGPSAltitude

func KCGImagePropertyIPTCExtLocationGPSAltitude() obj.Object

KCGImagePropertyIPTCExtLocationGPSAltitude returns the value of the constant kCGImagePropertyIPTCExtLocationGPSAltitude.

func KCGImagePropertyIPTCExtLocationGPSLatitude

func KCGImagePropertyIPTCExtLocationGPSLatitude() obj.Object

KCGImagePropertyIPTCExtLocationGPSLatitude returns the value of the constant kCGImagePropertyIPTCExtLocationGPSLatitude.

func KCGImagePropertyIPTCExtLocationGPSLongitude

func KCGImagePropertyIPTCExtLocationGPSLongitude() obj.Object

KCGImagePropertyIPTCExtLocationGPSLongitude returns the value of the constant kCGImagePropertyIPTCExtLocationGPSLongitude.

func KCGImagePropertyIPTCExtLocationIdentifier

func KCGImagePropertyIPTCExtLocationIdentifier() obj.Object

KCGImagePropertyIPTCExtLocationIdentifier returns the value of the constant kCGImagePropertyIPTCExtLocationIdentifier.

func KCGImagePropertyIPTCExtLocationLocationId

func KCGImagePropertyIPTCExtLocationLocationId() obj.Object

KCGImagePropertyIPTCExtLocationLocationId returns the value of the constant kCGImagePropertyIPTCExtLocationLocationId.

func KCGImagePropertyIPTCExtLocationLocationName

func KCGImagePropertyIPTCExtLocationLocationName() obj.Object

KCGImagePropertyIPTCExtLocationLocationName returns the value of the constant kCGImagePropertyIPTCExtLocationLocationName.

func KCGImagePropertyIPTCExtLocationProvinceState

func KCGImagePropertyIPTCExtLocationProvinceState() obj.Object

KCGImagePropertyIPTCExtLocationProvinceState returns the value of the constant kCGImagePropertyIPTCExtLocationProvinceState.

func KCGImagePropertyIPTCExtLocationShown

func KCGImagePropertyIPTCExtLocationShown() obj.Object

KCGImagePropertyIPTCExtLocationShown returns the value of the constant kCGImagePropertyIPTCExtLocationShown.

func KCGImagePropertyIPTCExtLocationSublocation

func KCGImagePropertyIPTCExtLocationSublocation() obj.Object

KCGImagePropertyIPTCExtLocationSublocation returns the value of the constant kCGImagePropertyIPTCExtLocationSublocation.

func KCGImagePropertyIPTCExtLocationWorldRegion

func KCGImagePropertyIPTCExtLocationWorldRegion() obj.Object

KCGImagePropertyIPTCExtLocationWorldRegion returns the value of the constant kCGImagePropertyIPTCExtLocationWorldRegion.

func KCGImagePropertyIPTCExtMaxAvailHeight

func KCGImagePropertyIPTCExtMaxAvailHeight() obj.Object

KCGImagePropertyIPTCExtMaxAvailHeight returns the value of the constant kCGImagePropertyIPTCExtMaxAvailHeight.

func KCGImagePropertyIPTCExtMaxAvailWidth

func KCGImagePropertyIPTCExtMaxAvailWidth() obj.Object

KCGImagePropertyIPTCExtMaxAvailWidth returns the value of the constant kCGImagePropertyIPTCExtMaxAvailWidth.

func KCGImagePropertyIPTCExtModelAge

func KCGImagePropertyIPTCExtModelAge() obj.Object

KCGImagePropertyIPTCExtModelAge returns the value of the constant kCGImagePropertyIPTCExtModelAge.

func KCGImagePropertyIPTCExtOrganisationInImageCode

func KCGImagePropertyIPTCExtOrganisationInImageCode() obj.Object

KCGImagePropertyIPTCExtOrganisationInImageCode returns the value of the constant kCGImagePropertyIPTCExtOrganisationInImageCode.

func KCGImagePropertyIPTCExtOrganisationInImageName

func KCGImagePropertyIPTCExtOrganisationInImageName() obj.Object

KCGImagePropertyIPTCExtOrganisationInImageName returns the value of the constant kCGImagePropertyIPTCExtOrganisationInImageName.

func KCGImagePropertyIPTCExtPersonHeard

func KCGImagePropertyIPTCExtPersonHeard() obj.Object

KCGImagePropertyIPTCExtPersonHeard returns the value of the constant kCGImagePropertyIPTCExtPersonHeard.

func KCGImagePropertyIPTCExtPersonHeardIdentifier

func KCGImagePropertyIPTCExtPersonHeardIdentifier() obj.Object

KCGImagePropertyIPTCExtPersonHeardIdentifier returns the value of the constant kCGImagePropertyIPTCExtPersonHeardIdentifier.

func KCGImagePropertyIPTCExtPersonHeardName

func KCGImagePropertyIPTCExtPersonHeardName() obj.Object

KCGImagePropertyIPTCExtPersonHeardName returns the value of the constant kCGImagePropertyIPTCExtPersonHeardName.

func KCGImagePropertyIPTCExtPersonInImage

func KCGImagePropertyIPTCExtPersonInImage() obj.Object

KCGImagePropertyIPTCExtPersonInImage returns the value of the constant kCGImagePropertyIPTCExtPersonInImage.

func KCGImagePropertyIPTCExtPersonInImageCharacteristic

func KCGImagePropertyIPTCExtPersonInImageCharacteristic() obj.Object

KCGImagePropertyIPTCExtPersonInImageCharacteristic returns the value of the constant kCGImagePropertyIPTCExtPersonInImageCharacteristic.

func KCGImagePropertyIPTCExtPersonInImageCvTermCvId

func KCGImagePropertyIPTCExtPersonInImageCvTermCvId() obj.Object

KCGImagePropertyIPTCExtPersonInImageCvTermCvId returns the value of the constant kCGImagePropertyIPTCExtPersonInImageCvTermCvId.

func KCGImagePropertyIPTCExtPersonInImageCvTermId

func KCGImagePropertyIPTCExtPersonInImageCvTermId() obj.Object

KCGImagePropertyIPTCExtPersonInImageCvTermId returns the value of the constant kCGImagePropertyIPTCExtPersonInImageCvTermId.

func KCGImagePropertyIPTCExtPersonInImageCvTermName

func KCGImagePropertyIPTCExtPersonInImageCvTermName() obj.Object

KCGImagePropertyIPTCExtPersonInImageCvTermName returns the value of the constant kCGImagePropertyIPTCExtPersonInImageCvTermName.

func KCGImagePropertyIPTCExtPersonInImageCvTermRefinedAbout

func KCGImagePropertyIPTCExtPersonInImageCvTermRefinedAbout() obj.Object

KCGImagePropertyIPTCExtPersonInImageCvTermRefinedAbout returns the value of the constant kCGImagePropertyIPTCExtPersonInImageCvTermRefinedAbout.

func KCGImagePropertyIPTCExtPersonInImageDescription

func KCGImagePropertyIPTCExtPersonInImageDescription() obj.Object

KCGImagePropertyIPTCExtPersonInImageDescription returns the value of the constant kCGImagePropertyIPTCExtPersonInImageDescription.

func KCGImagePropertyIPTCExtPersonInImageId

func KCGImagePropertyIPTCExtPersonInImageId() obj.Object

KCGImagePropertyIPTCExtPersonInImageId returns the value of the constant kCGImagePropertyIPTCExtPersonInImageId.

func KCGImagePropertyIPTCExtPersonInImageName

func KCGImagePropertyIPTCExtPersonInImageName() obj.Object

KCGImagePropertyIPTCExtPersonInImageName returns the value of the constant kCGImagePropertyIPTCExtPersonInImageName.

func KCGImagePropertyIPTCExtPersonInImageWDetails

func KCGImagePropertyIPTCExtPersonInImageWDetails() obj.Object

KCGImagePropertyIPTCExtPersonInImageWDetails returns the value of the constant kCGImagePropertyIPTCExtPersonInImageWDetails.

func KCGImagePropertyIPTCExtProductInImage

func KCGImagePropertyIPTCExtProductInImage() obj.Object

KCGImagePropertyIPTCExtProductInImage returns the value of the constant kCGImagePropertyIPTCExtProductInImage.

func KCGImagePropertyIPTCExtProductInImageDescription

func KCGImagePropertyIPTCExtProductInImageDescription() obj.Object

KCGImagePropertyIPTCExtProductInImageDescription returns the value of the constant kCGImagePropertyIPTCExtProductInImageDescription.

func KCGImagePropertyIPTCExtProductInImageGTIN

func KCGImagePropertyIPTCExtProductInImageGTIN() obj.Object

KCGImagePropertyIPTCExtProductInImageGTIN returns the value of the constant kCGImagePropertyIPTCExtProductInImageGTIN.

func KCGImagePropertyIPTCExtProductInImageName

func KCGImagePropertyIPTCExtProductInImageName() obj.Object

KCGImagePropertyIPTCExtProductInImageName returns the value of the constant kCGImagePropertyIPTCExtProductInImageName.

func KCGImagePropertyIPTCExtPublicationEvent

func KCGImagePropertyIPTCExtPublicationEvent() obj.Object

KCGImagePropertyIPTCExtPublicationEvent returns the value of the constant kCGImagePropertyIPTCExtPublicationEvent.

func KCGImagePropertyIPTCExtPublicationEventDate

func KCGImagePropertyIPTCExtPublicationEventDate() obj.Object

KCGImagePropertyIPTCExtPublicationEventDate returns the value of the constant kCGImagePropertyIPTCExtPublicationEventDate.

func KCGImagePropertyIPTCExtPublicationEventIdentifier

func KCGImagePropertyIPTCExtPublicationEventIdentifier() obj.Object

KCGImagePropertyIPTCExtPublicationEventIdentifier returns the value of the constant kCGImagePropertyIPTCExtPublicationEventIdentifier.

func KCGImagePropertyIPTCExtPublicationEventName

func KCGImagePropertyIPTCExtPublicationEventName() obj.Object

KCGImagePropertyIPTCExtPublicationEventName returns the value of the constant kCGImagePropertyIPTCExtPublicationEventName.

func KCGImagePropertyIPTCExtRating

func KCGImagePropertyIPTCExtRating() obj.Object

KCGImagePropertyIPTCExtRating returns the value of the constant kCGImagePropertyIPTCExtRating.

func KCGImagePropertyIPTCExtRatingRatingRegion

func KCGImagePropertyIPTCExtRatingRatingRegion() obj.Object

KCGImagePropertyIPTCExtRatingRatingRegion returns the value of the constant kCGImagePropertyIPTCExtRatingRatingRegion.

func KCGImagePropertyIPTCExtRatingRegionCity

func KCGImagePropertyIPTCExtRatingRegionCity() obj.Object

KCGImagePropertyIPTCExtRatingRegionCity returns the value of the constant kCGImagePropertyIPTCExtRatingRegionCity.

func KCGImagePropertyIPTCExtRatingRegionCountryCode

func KCGImagePropertyIPTCExtRatingRegionCountryCode() obj.Object

KCGImagePropertyIPTCExtRatingRegionCountryCode returns the value of the constant kCGImagePropertyIPTCExtRatingRegionCountryCode.

func KCGImagePropertyIPTCExtRatingRegionCountryName

func KCGImagePropertyIPTCExtRatingRegionCountryName() obj.Object

KCGImagePropertyIPTCExtRatingRegionCountryName returns the value of the constant kCGImagePropertyIPTCExtRatingRegionCountryName.

func KCGImagePropertyIPTCExtRatingRegionGPSAltitude

func KCGImagePropertyIPTCExtRatingRegionGPSAltitude() obj.Object

KCGImagePropertyIPTCExtRatingRegionGPSAltitude returns the value of the constant kCGImagePropertyIPTCExtRatingRegionGPSAltitude.

func KCGImagePropertyIPTCExtRatingRegionGPSLatitude

func KCGImagePropertyIPTCExtRatingRegionGPSLatitude() obj.Object

KCGImagePropertyIPTCExtRatingRegionGPSLatitude returns the value of the constant kCGImagePropertyIPTCExtRatingRegionGPSLatitude.

func KCGImagePropertyIPTCExtRatingRegionGPSLongitude

func KCGImagePropertyIPTCExtRatingRegionGPSLongitude() obj.Object

KCGImagePropertyIPTCExtRatingRegionGPSLongitude returns the value of the constant kCGImagePropertyIPTCExtRatingRegionGPSLongitude.

func KCGImagePropertyIPTCExtRatingRegionIdentifier

func KCGImagePropertyIPTCExtRatingRegionIdentifier() obj.Object

KCGImagePropertyIPTCExtRatingRegionIdentifier returns the value of the constant kCGImagePropertyIPTCExtRatingRegionIdentifier.

func KCGImagePropertyIPTCExtRatingRegionLocationId

func KCGImagePropertyIPTCExtRatingRegionLocationId() obj.Object

KCGImagePropertyIPTCExtRatingRegionLocationId returns the value of the constant kCGImagePropertyIPTCExtRatingRegionLocationId.

func KCGImagePropertyIPTCExtRatingRegionLocationName

func KCGImagePropertyIPTCExtRatingRegionLocationName() obj.Object

KCGImagePropertyIPTCExtRatingRegionLocationName returns the value of the constant kCGImagePropertyIPTCExtRatingRegionLocationName.

func KCGImagePropertyIPTCExtRatingRegionProvinceState

func KCGImagePropertyIPTCExtRatingRegionProvinceState() obj.Object

KCGImagePropertyIPTCExtRatingRegionProvinceState returns the value of the constant kCGImagePropertyIPTCExtRatingRegionProvinceState.

func KCGImagePropertyIPTCExtRatingRegionSublocation

func KCGImagePropertyIPTCExtRatingRegionSublocation() obj.Object

KCGImagePropertyIPTCExtRatingRegionSublocation returns the value of the constant kCGImagePropertyIPTCExtRatingRegionSublocation.

func KCGImagePropertyIPTCExtRatingRegionWorldRegion

func KCGImagePropertyIPTCExtRatingRegionWorldRegion() obj.Object

KCGImagePropertyIPTCExtRatingRegionWorldRegion returns the value of the constant kCGImagePropertyIPTCExtRatingRegionWorldRegion.

func KCGImagePropertyIPTCExtRatingScaleMaxValue

func KCGImagePropertyIPTCExtRatingScaleMaxValue() obj.Object

KCGImagePropertyIPTCExtRatingScaleMaxValue returns the value of the constant kCGImagePropertyIPTCExtRatingScaleMaxValue.

func KCGImagePropertyIPTCExtRatingScaleMinValue

func KCGImagePropertyIPTCExtRatingScaleMinValue() obj.Object

KCGImagePropertyIPTCExtRatingScaleMinValue returns the value of the constant kCGImagePropertyIPTCExtRatingScaleMinValue.

func KCGImagePropertyIPTCExtRatingSourceLink() obj.Object

KCGImagePropertyIPTCExtRatingSourceLink returns the value of the constant kCGImagePropertyIPTCExtRatingSourceLink.

func KCGImagePropertyIPTCExtRatingValue

func KCGImagePropertyIPTCExtRatingValue() obj.Object

KCGImagePropertyIPTCExtRatingValue returns the value of the constant kCGImagePropertyIPTCExtRatingValue.

func KCGImagePropertyIPTCExtRatingValueLogoLink() obj.Object

KCGImagePropertyIPTCExtRatingValueLogoLink returns the value of the constant kCGImagePropertyIPTCExtRatingValueLogoLink.

func KCGImagePropertyIPTCExtRegistryEntryRole

func KCGImagePropertyIPTCExtRegistryEntryRole() obj.Object

KCGImagePropertyIPTCExtRegistryEntryRole returns the value of the constant kCGImagePropertyIPTCExtRegistryEntryRole.

func KCGImagePropertyIPTCExtRegistryID

func KCGImagePropertyIPTCExtRegistryID() obj.Object

KCGImagePropertyIPTCExtRegistryID returns the value of the constant kCGImagePropertyIPTCExtRegistryID.

func KCGImagePropertyIPTCExtRegistryItemID

func KCGImagePropertyIPTCExtRegistryItemID() obj.Object

KCGImagePropertyIPTCExtRegistryItemID returns the value of the constant kCGImagePropertyIPTCExtRegistryItemID.

func KCGImagePropertyIPTCExtRegistryOrganisationID

func KCGImagePropertyIPTCExtRegistryOrganisationID() obj.Object

KCGImagePropertyIPTCExtRegistryOrganisationID returns the value of the constant kCGImagePropertyIPTCExtRegistryOrganisationID.

func KCGImagePropertyIPTCExtReleaseReady

func KCGImagePropertyIPTCExtReleaseReady() obj.Object

KCGImagePropertyIPTCExtReleaseReady returns the value of the constant kCGImagePropertyIPTCExtReleaseReady.

func KCGImagePropertyIPTCExtSeason

func KCGImagePropertyIPTCExtSeason() obj.Object

KCGImagePropertyIPTCExtSeason returns the value of the constant kCGImagePropertyIPTCExtSeason.

func KCGImagePropertyIPTCExtSeasonIdentifier

func KCGImagePropertyIPTCExtSeasonIdentifier() obj.Object

KCGImagePropertyIPTCExtSeasonIdentifier returns the value of the constant kCGImagePropertyIPTCExtSeasonIdentifier.

func KCGImagePropertyIPTCExtSeasonName

func KCGImagePropertyIPTCExtSeasonName() obj.Object

KCGImagePropertyIPTCExtSeasonName returns the value of the constant kCGImagePropertyIPTCExtSeasonName.

func KCGImagePropertyIPTCExtSeasonNumber

func KCGImagePropertyIPTCExtSeasonNumber() obj.Object

KCGImagePropertyIPTCExtSeasonNumber returns the value of the constant kCGImagePropertyIPTCExtSeasonNumber.

func KCGImagePropertyIPTCExtSeries

func KCGImagePropertyIPTCExtSeries() obj.Object

KCGImagePropertyIPTCExtSeries returns the value of the constant kCGImagePropertyIPTCExtSeries.

func KCGImagePropertyIPTCExtSeriesIdentifier

func KCGImagePropertyIPTCExtSeriesIdentifier() obj.Object

KCGImagePropertyIPTCExtSeriesIdentifier returns the value of the constant kCGImagePropertyIPTCExtSeriesIdentifier.

func KCGImagePropertyIPTCExtSeriesName

func KCGImagePropertyIPTCExtSeriesName() obj.Object

KCGImagePropertyIPTCExtSeriesName returns the value of the constant kCGImagePropertyIPTCExtSeriesName.

func KCGImagePropertyIPTCExtShownEvent

func KCGImagePropertyIPTCExtShownEvent() obj.Object

KCGImagePropertyIPTCExtShownEvent returns the value of the constant kCGImagePropertyIPTCExtShownEvent.

func KCGImagePropertyIPTCExtShownEventIdentifier

func KCGImagePropertyIPTCExtShownEventIdentifier() obj.Object

KCGImagePropertyIPTCExtShownEventIdentifier returns the value of the constant kCGImagePropertyIPTCExtShownEventIdentifier.

func KCGImagePropertyIPTCExtShownEventName

func KCGImagePropertyIPTCExtShownEventName() obj.Object

KCGImagePropertyIPTCExtShownEventName returns the value of the constant kCGImagePropertyIPTCExtShownEventName.

func KCGImagePropertyIPTCExtStorylineIdentifier

func KCGImagePropertyIPTCExtStorylineIdentifier() obj.Object

KCGImagePropertyIPTCExtStorylineIdentifier returns the value of the constant kCGImagePropertyIPTCExtStorylineIdentifier.

func KCGImagePropertyIPTCExtStreamReady

func KCGImagePropertyIPTCExtStreamReady() obj.Object

KCGImagePropertyIPTCExtStreamReady returns the value of the constant kCGImagePropertyIPTCExtStreamReady.

func KCGImagePropertyIPTCExtStylePeriod

func KCGImagePropertyIPTCExtStylePeriod() obj.Object

KCGImagePropertyIPTCExtStylePeriod returns the value of the constant kCGImagePropertyIPTCExtStylePeriod.

func KCGImagePropertyIPTCExtSupplyChainSource

func KCGImagePropertyIPTCExtSupplyChainSource() obj.Object

KCGImagePropertyIPTCExtSupplyChainSource returns the value of the constant kCGImagePropertyIPTCExtSupplyChainSource.

func KCGImagePropertyIPTCExtSupplyChainSourceIdentifier

func KCGImagePropertyIPTCExtSupplyChainSourceIdentifier() obj.Object

KCGImagePropertyIPTCExtSupplyChainSourceIdentifier returns the value of the constant kCGImagePropertyIPTCExtSupplyChainSourceIdentifier.

func KCGImagePropertyIPTCExtSupplyChainSourceName

func KCGImagePropertyIPTCExtSupplyChainSourceName() obj.Object

KCGImagePropertyIPTCExtSupplyChainSourceName returns the value of the constant kCGImagePropertyIPTCExtSupplyChainSourceName.

func KCGImagePropertyIPTCExtTemporalCoverage

func KCGImagePropertyIPTCExtTemporalCoverage() obj.Object

KCGImagePropertyIPTCExtTemporalCoverage returns the value of the constant kCGImagePropertyIPTCExtTemporalCoverage.

func KCGImagePropertyIPTCExtTemporalCoverageFrom

func KCGImagePropertyIPTCExtTemporalCoverageFrom() obj.Object

KCGImagePropertyIPTCExtTemporalCoverageFrom returns the value of the constant kCGImagePropertyIPTCExtTemporalCoverageFrom.

func KCGImagePropertyIPTCExtTemporalCoverageTo

func KCGImagePropertyIPTCExtTemporalCoverageTo() obj.Object

KCGImagePropertyIPTCExtTemporalCoverageTo returns the value of the constant kCGImagePropertyIPTCExtTemporalCoverageTo.

func KCGImagePropertyIPTCExtTranscript

func KCGImagePropertyIPTCExtTranscript() obj.Object

KCGImagePropertyIPTCExtTranscript returns the value of the constant kCGImagePropertyIPTCExtTranscript.

func KCGImagePropertyIPTCExtTranscriptLink() obj.Object

KCGImagePropertyIPTCExtTranscriptLink returns the value of the constant kCGImagePropertyIPTCExtTranscriptLink.

func KCGImagePropertyIPTCExtTranscriptLinkLink() obj.Object

KCGImagePropertyIPTCExtTranscriptLinkLink returns the value of the constant kCGImagePropertyIPTCExtTranscriptLinkLink.

func KCGImagePropertyIPTCExtTranscriptLinkLinkQualifier

func KCGImagePropertyIPTCExtTranscriptLinkLinkQualifier() obj.Object

KCGImagePropertyIPTCExtTranscriptLinkLinkQualifier returns the value of the constant kCGImagePropertyIPTCExtTranscriptLinkLinkQualifier.

func KCGImagePropertyIPTCExtVideoBitrate

func KCGImagePropertyIPTCExtVideoBitrate() obj.Object

KCGImagePropertyIPTCExtVideoBitrate returns the value of the constant kCGImagePropertyIPTCExtVideoBitrate.

func KCGImagePropertyIPTCExtVideoBitrateMode

func KCGImagePropertyIPTCExtVideoBitrateMode() obj.Object

KCGImagePropertyIPTCExtVideoBitrateMode returns the value of the constant kCGImagePropertyIPTCExtVideoBitrateMode.

func KCGImagePropertyIPTCExtVideoDisplayAspectRatio

func KCGImagePropertyIPTCExtVideoDisplayAspectRatio() obj.Object

KCGImagePropertyIPTCExtVideoDisplayAspectRatio returns the value of the constant kCGImagePropertyIPTCExtVideoDisplayAspectRatio.

func KCGImagePropertyIPTCExtVideoEncodingProfile

func KCGImagePropertyIPTCExtVideoEncodingProfile() obj.Object

KCGImagePropertyIPTCExtVideoEncodingProfile returns the value of the constant kCGImagePropertyIPTCExtVideoEncodingProfile.

func KCGImagePropertyIPTCExtVideoShotType

func KCGImagePropertyIPTCExtVideoShotType() obj.Object

KCGImagePropertyIPTCExtVideoShotType returns the value of the constant kCGImagePropertyIPTCExtVideoShotType.

func KCGImagePropertyIPTCExtVideoShotTypeIdentifier

func KCGImagePropertyIPTCExtVideoShotTypeIdentifier() obj.Object

KCGImagePropertyIPTCExtVideoShotTypeIdentifier returns the value of the constant kCGImagePropertyIPTCExtVideoShotTypeIdentifier.

func KCGImagePropertyIPTCExtVideoShotTypeName

func KCGImagePropertyIPTCExtVideoShotTypeName() obj.Object

KCGImagePropertyIPTCExtVideoShotTypeName returns the value of the constant kCGImagePropertyIPTCExtVideoShotTypeName.

func KCGImagePropertyIPTCExtVideoStreamsCount

func KCGImagePropertyIPTCExtVideoStreamsCount() obj.Object

KCGImagePropertyIPTCExtVideoStreamsCount returns the value of the constant kCGImagePropertyIPTCExtVideoStreamsCount.

func KCGImagePropertyIPTCExtVisualColor

func KCGImagePropertyIPTCExtVisualColor() obj.Object

KCGImagePropertyIPTCExtVisualColor returns the value of the constant kCGImagePropertyIPTCExtVisualColor.

func KCGImagePropertyIPTCExtWorkflowTag

func KCGImagePropertyIPTCExtWorkflowTag() obj.Object

KCGImagePropertyIPTCExtWorkflowTag returns the value of the constant kCGImagePropertyIPTCExtWorkflowTag.

func KCGImagePropertyIPTCExtWorkflowTagCvId

func KCGImagePropertyIPTCExtWorkflowTagCvId() obj.Object

KCGImagePropertyIPTCExtWorkflowTagCvId returns the value of the constant kCGImagePropertyIPTCExtWorkflowTagCvId.

func KCGImagePropertyIPTCExtWorkflowTagCvTermId

func KCGImagePropertyIPTCExtWorkflowTagCvTermId() obj.Object

KCGImagePropertyIPTCExtWorkflowTagCvTermId returns the value of the constant kCGImagePropertyIPTCExtWorkflowTagCvTermId.

func KCGImagePropertyIPTCExtWorkflowTagCvTermName

func KCGImagePropertyIPTCExtWorkflowTagCvTermName() obj.Object

KCGImagePropertyIPTCExtWorkflowTagCvTermName returns the value of the constant kCGImagePropertyIPTCExtWorkflowTagCvTermName.

func KCGImagePropertyIPTCExtWorkflowTagCvTermRefinedAbout

func KCGImagePropertyIPTCExtWorkflowTagCvTermRefinedAbout() obj.Object

KCGImagePropertyIPTCExtWorkflowTagCvTermRefinedAbout returns the value of the constant kCGImagePropertyIPTCExtWorkflowTagCvTermRefinedAbout.

func KCGImagePropertyIPTCFixtureIdentifier

func KCGImagePropertyIPTCFixtureIdentifier() obj.Object

KCGImagePropertyIPTCFixtureIdentifier returns the value of the constant kCGImagePropertyIPTCFixtureIdentifier.

func KCGImagePropertyIPTCHeadline

func KCGImagePropertyIPTCHeadline() obj.Object

KCGImagePropertyIPTCHeadline returns the value of the constant kCGImagePropertyIPTCHeadline.

func KCGImagePropertyIPTCImageOrientation

func KCGImagePropertyIPTCImageOrientation() obj.Object

KCGImagePropertyIPTCImageOrientation returns the value of the constant kCGImagePropertyIPTCImageOrientation.

func KCGImagePropertyIPTCImageType

func KCGImagePropertyIPTCImageType() obj.Object

KCGImagePropertyIPTCImageType returns the value of the constant kCGImagePropertyIPTCImageType.

func KCGImagePropertyIPTCKeywords

func KCGImagePropertyIPTCKeywords() obj.Object

KCGImagePropertyIPTCKeywords returns the value of the constant kCGImagePropertyIPTCKeywords.

func KCGImagePropertyIPTCLanguageIdentifier

func KCGImagePropertyIPTCLanguageIdentifier() obj.Object

KCGImagePropertyIPTCLanguageIdentifier returns the value of the constant kCGImagePropertyIPTCLanguageIdentifier.

func KCGImagePropertyIPTCObjectAttributeReference

func KCGImagePropertyIPTCObjectAttributeReference() obj.Object

KCGImagePropertyIPTCObjectAttributeReference returns the value of the constant kCGImagePropertyIPTCObjectAttributeReference.

func KCGImagePropertyIPTCObjectCycle

func KCGImagePropertyIPTCObjectCycle() obj.Object

KCGImagePropertyIPTCObjectCycle returns the value of the constant kCGImagePropertyIPTCObjectCycle.

func KCGImagePropertyIPTCObjectName

func KCGImagePropertyIPTCObjectName() obj.Object

KCGImagePropertyIPTCObjectName returns the value of the constant kCGImagePropertyIPTCObjectName.

func KCGImagePropertyIPTCObjectTypeReference

func KCGImagePropertyIPTCObjectTypeReference() obj.Object

KCGImagePropertyIPTCObjectTypeReference returns the value of the constant kCGImagePropertyIPTCObjectTypeReference.

func KCGImagePropertyIPTCOriginalTransmissionReference

func KCGImagePropertyIPTCOriginalTransmissionReference() obj.Object

KCGImagePropertyIPTCOriginalTransmissionReference returns the value of the constant kCGImagePropertyIPTCOriginalTransmissionReference.

func KCGImagePropertyIPTCOriginatingProgram

func KCGImagePropertyIPTCOriginatingProgram() obj.Object

KCGImagePropertyIPTCOriginatingProgram returns the value of the constant kCGImagePropertyIPTCOriginatingProgram.

func KCGImagePropertyIPTCProgramVersion

func KCGImagePropertyIPTCProgramVersion() obj.Object

KCGImagePropertyIPTCProgramVersion returns the value of the constant kCGImagePropertyIPTCProgramVersion.

func KCGImagePropertyIPTCProvinceState

func KCGImagePropertyIPTCProvinceState() obj.Object

KCGImagePropertyIPTCProvinceState returns the value of the constant kCGImagePropertyIPTCProvinceState.

func KCGImagePropertyIPTCReferenceDate

func KCGImagePropertyIPTCReferenceDate() obj.Object

KCGImagePropertyIPTCReferenceDate returns the value of the constant kCGImagePropertyIPTCReferenceDate.

func KCGImagePropertyIPTCReferenceNumber

func KCGImagePropertyIPTCReferenceNumber() obj.Object

KCGImagePropertyIPTCReferenceNumber returns the value of the constant kCGImagePropertyIPTCReferenceNumber.

func KCGImagePropertyIPTCReferenceService

func KCGImagePropertyIPTCReferenceService() obj.Object

KCGImagePropertyIPTCReferenceService returns the value of the constant kCGImagePropertyIPTCReferenceService.

func KCGImagePropertyIPTCReleaseDate

func KCGImagePropertyIPTCReleaseDate() obj.Object

KCGImagePropertyIPTCReleaseDate returns the value of the constant kCGImagePropertyIPTCReleaseDate.

func KCGImagePropertyIPTCReleaseTime

func KCGImagePropertyIPTCReleaseTime() obj.Object

KCGImagePropertyIPTCReleaseTime returns the value of the constant kCGImagePropertyIPTCReleaseTime.

func KCGImagePropertyIPTCRightsUsageTerms

func KCGImagePropertyIPTCRightsUsageTerms() obj.Object

KCGImagePropertyIPTCRightsUsageTerms returns the value of the constant kCGImagePropertyIPTCRightsUsageTerms.

func KCGImagePropertyIPTCScene

func KCGImagePropertyIPTCScene() obj.Object

KCGImagePropertyIPTCScene returns the value of the constant kCGImagePropertyIPTCScene.

func KCGImagePropertyIPTCSource

func KCGImagePropertyIPTCSource() obj.Object

KCGImagePropertyIPTCSource returns the value of the constant kCGImagePropertyIPTCSource.

func KCGImagePropertyIPTCSpecialInstructions

func KCGImagePropertyIPTCSpecialInstructions() obj.Object

KCGImagePropertyIPTCSpecialInstructions returns the value of the constant kCGImagePropertyIPTCSpecialInstructions.

func KCGImagePropertyIPTCStarRating

func KCGImagePropertyIPTCStarRating() obj.Object

KCGImagePropertyIPTCStarRating returns the value of the constant kCGImagePropertyIPTCStarRating.

func KCGImagePropertyIPTCSubLocation

func KCGImagePropertyIPTCSubLocation() obj.Object

KCGImagePropertyIPTCSubLocation returns the value of the constant kCGImagePropertyIPTCSubLocation.

func KCGImagePropertyIPTCSubjectReference

func KCGImagePropertyIPTCSubjectReference() obj.Object

KCGImagePropertyIPTCSubjectReference returns the value of the constant kCGImagePropertyIPTCSubjectReference.

func KCGImagePropertyIPTCSupplementalCategory

func KCGImagePropertyIPTCSupplementalCategory() obj.Object

KCGImagePropertyIPTCSupplementalCategory returns the value of the constant kCGImagePropertyIPTCSupplementalCategory.

func KCGImagePropertyIPTCTimeCreated

func KCGImagePropertyIPTCTimeCreated() obj.Object

KCGImagePropertyIPTCTimeCreated returns the value of the constant kCGImagePropertyIPTCTimeCreated.

func KCGImagePropertyIPTCUrgency

func KCGImagePropertyIPTCUrgency() obj.Object

KCGImagePropertyIPTCUrgency returns the value of the constant kCGImagePropertyIPTCUrgency.

func KCGImagePropertyIPTCWriterEditor

func KCGImagePropertyIPTCWriterEditor() obj.Object

KCGImagePropertyIPTCWriterEditor returns the value of the constant kCGImagePropertyIPTCWriterEditor.

func KCGImagePropertyImageCount

func KCGImagePropertyImageCount() obj.Object

KCGImagePropertyImageCount returns the value of the constant kCGImagePropertyImageCount.

func KCGImagePropertyImageIndex

func KCGImagePropertyImageIndex() obj.Object

KCGImagePropertyImageIndex returns the value of the constant kCGImagePropertyImageIndex.

func KCGImagePropertyImages

func KCGImagePropertyImages() obj.Object

KCGImagePropertyImages returns the value of the constant kCGImagePropertyImages.

func KCGImagePropertyIsFloat

func KCGImagePropertyIsFloat() obj.Object

KCGImagePropertyIsFloat returns the value of the constant kCGImagePropertyIsFloat.

func KCGImagePropertyIsIndexed

func KCGImagePropertyIsIndexed() obj.Object

KCGImagePropertyIsIndexed returns the value of the constant kCGImagePropertyIsIndexed.

func KCGImagePropertyJFIFDensityUnit

func KCGImagePropertyJFIFDensityUnit() obj.Object

KCGImagePropertyJFIFDensityUnit returns the value of the constant kCGImagePropertyJFIFDensityUnit.

func KCGImagePropertyJFIFDictionary

func KCGImagePropertyJFIFDictionary() obj.Object

KCGImagePropertyJFIFDictionary returns the value of the constant kCGImagePropertyJFIFDictionary.

func KCGImagePropertyJFIFIsProgressive

func KCGImagePropertyJFIFIsProgressive() obj.Object

KCGImagePropertyJFIFIsProgressive returns the value of the constant kCGImagePropertyJFIFIsProgressive.

func KCGImagePropertyJFIFVersion

func KCGImagePropertyJFIFVersion() obj.Object

KCGImagePropertyJFIFVersion returns the value of the constant kCGImagePropertyJFIFVersion.

func KCGImagePropertyJFIFXDensity

func KCGImagePropertyJFIFXDensity() obj.Object

KCGImagePropertyJFIFXDensity returns the value of the constant kCGImagePropertyJFIFXDensity.

func KCGImagePropertyJFIFYDensity

func KCGImagePropertyJFIFYDensity() obj.Object

KCGImagePropertyJFIFYDensity returns the value of the constant kCGImagePropertyJFIFYDensity.

func KCGImagePropertyMakerAppleDictionary

func KCGImagePropertyMakerAppleDictionary() obj.Object

KCGImagePropertyMakerAppleDictionary returns the value of the constant kCGImagePropertyMakerAppleDictionary.

func KCGImagePropertyMakerCanonAspectRatioInfo

func KCGImagePropertyMakerCanonAspectRatioInfo() obj.Object

KCGImagePropertyMakerCanonAspectRatioInfo returns the value of the constant kCGImagePropertyMakerCanonAspectRatioInfo.

func KCGImagePropertyMakerCanonCameraSerialNumber

func KCGImagePropertyMakerCanonCameraSerialNumber() obj.Object

KCGImagePropertyMakerCanonCameraSerialNumber returns the value of the constant kCGImagePropertyMakerCanonCameraSerialNumber.

func KCGImagePropertyMakerCanonContinuousDrive

func KCGImagePropertyMakerCanonContinuousDrive() obj.Object

KCGImagePropertyMakerCanonContinuousDrive returns the value of the constant kCGImagePropertyMakerCanonContinuousDrive.

func KCGImagePropertyMakerCanonDictionary

func KCGImagePropertyMakerCanonDictionary() obj.Object

KCGImagePropertyMakerCanonDictionary returns the value of the constant kCGImagePropertyMakerCanonDictionary.

func KCGImagePropertyMakerCanonFirmware

func KCGImagePropertyMakerCanonFirmware() obj.Object

KCGImagePropertyMakerCanonFirmware returns the value of the constant kCGImagePropertyMakerCanonFirmware.

func KCGImagePropertyMakerCanonFlashExposureComp

func KCGImagePropertyMakerCanonFlashExposureComp() obj.Object

KCGImagePropertyMakerCanonFlashExposureComp returns the value of the constant kCGImagePropertyMakerCanonFlashExposureComp.

func KCGImagePropertyMakerCanonImageSerialNumber

func KCGImagePropertyMakerCanonImageSerialNumber() obj.Object

KCGImagePropertyMakerCanonImageSerialNumber returns the value of the constant kCGImagePropertyMakerCanonImageSerialNumber.

func KCGImagePropertyMakerCanonLensModel

func KCGImagePropertyMakerCanonLensModel() obj.Object

KCGImagePropertyMakerCanonLensModel returns the value of the constant kCGImagePropertyMakerCanonLensModel.

func KCGImagePropertyMakerCanonOwnerName

func KCGImagePropertyMakerCanonOwnerName() obj.Object

KCGImagePropertyMakerCanonOwnerName returns the value of the constant kCGImagePropertyMakerCanonOwnerName.

func KCGImagePropertyMakerFujiDictionary

func KCGImagePropertyMakerFujiDictionary() obj.Object

KCGImagePropertyMakerFujiDictionary returns the value of the constant kCGImagePropertyMakerFujiDictionary.

func KCGImagePropertyMakerMinoltaDictionary

func KCGImagePropertyMakerMinoltaDictionary() obj.Object

KCGImagePropertyMakerMinoltaDictionary returns the value of the constant kCGImagePropertyMakerMinoltaDictionary.

func KCGImagePropertyMakerNikonCameraSerialNumber

func KCGImagePropertyMakerNikonCameraSerialNumber() obj.Object

KCGImagePropertyMakerNikonCameraSerialNumber returns the value of the constant kCGImagePropertyMakerNikonCameraSerialNumber.

func KCGImagePropertyMakerNikonColorMode

func KCGImagePropertyMakerNikonColorMode() obj.Object

KCGImagePropertyMakerNikonColorMode returns the value of the constant kCGImagePropertyMakerNikonColorMode.

func KCGImagePropertyMakerNikonDictionary

func KCGImagePropertyMakerNikonDictionary() obj.Object

KCGImagePropertyMakerNikonDictionary returns the value of the constant kCGImagePropertyMakerNikonDictionary.

func KCGImagePropertyMakerNikonDigitalZoom

func KCGImagePropertyMakerNikonDigitalZoom() obj.Object

KCGImagePropertyMakerNikonDigitalZoom returns the value of the constant kCGImagePropertyMakerNikonDigitalZoom.

func KCGImagePropertyMakerNikonFlashExposureComp

func KCGImagePropertyMakerNikonFlashExposureComp() obj.Object

KCGImagePropertyMakerNikonFlashExposureComp returns the value of the constant kCGImagePropertyMakerNikonFlashExposureComp.

func KCGImagePropertyMakerNikonFlashSetting

func KCGImagePropertyMakerNikonFlashSetting() obj.Object

KCGImagePropertyMakerNikonFlashSetting returns the value of the constant kCGImagePropertyMakerNikonFlashSetting.

func KCGImagePropertyMakerNikonFocusDistance

func KCGImagePropertyMakerNikonFocusDistance() obj.Object

KCGImagePropertyMakerNikonFocusDistance returns the value of the constant kCGImagePropertyMakerNikonFocusDistance.

func KCGImagePropertyMakerNikonFocusMode

func KCGImagePropertyMakerNikonFocusMode() obj.Object

KCGImagePropertyMakerNikonFocusMode returns the value of the constant kCGImagePropertyMakerNikonFocusMode.

func KCGImagePropertyMakerNikonISOSelection

func KCGImagePropertyMakerNikonISOSelection() obj.Object

KCGImagePropertyMakerNikonISOSelection returns the value of the constant kCGImagePropertyMakerNikonISOSelection.

func KCGImagePropertyMakerNikonISOSetting

func KCGImagePropertyMakerNikonISOSetting() obj.Object

KCGImagePropertyMakerNikonISOSetting returns the value of the constant kCGImagePropertyMakerNikonISOSetting.

func KCGImagePropertyMakerNikonImageAdjustment

func KCGImagePropertyMakerNikonImageAdjustment() obj.Object

KCGImagePropertyMakerNikonImageAdjustment returns the value of the constant kCGImagePropertyMakerNikonImageAdjustment.

func KCGImagePropertyMakerNikonLensAdapter

func KCGImagePropertyMakerNikonLensAdapter() obj.Object

KCGImagePropertyMakerNikonLensAdapter returns the value of the constant kCGImagePropertyMakerNikonLensAdapter.

func KCGImagePropertyMakerNikonLensInfo

func KCGImagePropertyMakerNikonLensInfo() obj.Object

KCGImagePropertyMakerNikonLensInfo returns the value of the constant kCGImagePropertyMakerNikonLensInfo.

func KCGImagePropertyMakerNikonLensType

func KCGImagePropertyMakerNikonLensType() obj.Object

KCGImagePropertyMakerNikonLensType returns the value of the constant kCGImagePropertyMakerNikonLensType.

func KCGImagePropertyMakerNikonQuality

func KCGImagePropertyMakerNikonQuality() obj.Object

KCGImagePropertyMakerNikonQuality returns the value of the constant kCGImagePropertyMakerNikonQuality.

func KCGImagePropertyMakerNikonSharpenMode

func KCGImagePropertyMakerNikonSharpenMode() obj.Object

KCGImagePropertyMakerNikonSharpenMode returns the value of the constant kCGImagePropertyMakerNikonSharpenMode.

func KCGImagePropertyMakerNikonShootingMode

func KCGImagePropertyMakerNikonShootingMode() obj.Object

KCGImagePropertyMakerNikonShootingMode returns the value of the constant kCGImagePropertyMakerNikonShootingMode.

func KCGImagePropertyMakerNikonShutterCount

func KCGImagePropertyMakerNikonShutterCount() obj.Object

KCGImagePropertyMakerNikonShutterCount returns the value of the constant kCGImagePropertyMakerNikonShutterCount.

func KCGImagePropertyMakerNikonWhiteBalanceMode

func KCGImagePropertyMakerNikonWhiteBalanceMode() obj.Object

KCGImagePropertyMakerNikonWhiteBalanceMode returns the value of the constant kCGImagePropertyMakerNikonWhiteBalanceMode.

func KCGImagePropertyMakerOlympusDictionary

func KCGImagePropertyMakerOlympusDictionary() obj.Object

KCGImagePropertyMakerOlympusDictionary returns the value of the constant kCGImagePropertyMakerOlympusDictionary.

func KCGImagePropertyMakerPentaxDictionary

func KCGImagePropertyMakerPentaxDictionary() obj.Object

KCGImagePropertyMakerPentaxDictionary returns the value of the constant kCGImagePropertyMakerPentaxDictionary.

func KCGImagePropertyNamedColorSpace

func KCGImagePropertyNamedColorSpace() obj.Object

KCGImagePropertyNamedColorSpace returns the value of the constant kCGImagePropertyNamedColorSpace.

func KCGImagePropertyOpenEXRAspectRatio

func KCGImagePropertyOpenEXRAspectRatio() obj.Object

KCGImagePropertyOpenEXRAspectRatio returns the value of the constant kCGImagePropertyOpenEXRAspectRatio.

func KCGImagePropertyOpenEXRCompression

func KCGImagePropertyOpenEXRCompression() obj.Object

KCGImagePropertyOpenEXRCompression returns the value of the constant kCGImagePropertyOpenEXRCompression.

func KCGImagePropertyOpenEXRDictionary

func KCGImagePropertyOpenEXRDictionary() obj.Object

KCGImagePropertyOpenEXRDictionary returns the value of the constant kCGImagePropertyOpenEXRDictionary.

func KCGImagePropertyOrientation

func KCGImagePropertyOrientation() obj.Object

KCGImagePropertyOrientation returns the value of the constant kCGImagePropertyOrientation.

func KCGImagePropertyPNGAuthor

func KCGImagePropertyPNGAuthor() obj.Object

KCGImagePropertyPNGAuthor returns the value of the constant kCGImagePropertyPNGAuthor.

func KCGImagePropertyPNGChromaticities

func KCGImagePropertyPNGChromaticities() obj.Object

KCGImagePropertyPNGChromaticities returns the value of the constant kCGImagePropertyPNGChromaticities.

func KCGImagePropertyPNGComment

func KCGImagePropertyPNGComment() obj.Object

KCGImagePropertyPNGComment returns the value of the constant kCGImagePropertyPNGComment.

func KCGImagePropertyPNGCompressionFilter

func KCGImagePropertyPNGCompressionFilter() obj.Object

KCGImagePropertyPNGCompressionFilter returns the value of the constant kCGImagePropertyPNGCompressionFilter.

func KCGImagePropertyPNGCopyright

func KCGImagePropertyPNGCopyright() obj.Object

KCGImagePropertyPNGCopyright returns the value of the constant kCGImagePropertyPNGCopyright.

func KCGImagePropertyPNGCreationTime

func KCGImagePropertyPNGCreationTime() obj.Object

KCGImagePropertyPNGCreationTime returns the value of the constant kCGImagePropertyPNGCreationTime.

func KCGImagePropertyPNGDescription

func KCGImagePropertyPNGDescription() obj.Object

KCGImagePropertyPNGDescription returns the value of the constant kCGImagePropertyPNGDescription.

func KCGImagePropertyPNGDictionary

func KCGImagePropertyPNGDictionary() obj.Object

KCGImagePropertyPNGDictionary returns the value of the constant kCGImagePropertyPNGDictionary.

func KCGImagePropertyPNGDisclaimer

func KCGImagePropertyPNGDisclaimer() obj.Object

KCGImagePropertyPNGDisclaimer returns the value of the constant kCGImagePropertyPNGDisclaimer.

func KCGImagePropertyPNGGamma

func KCGImagePropertyPNGGamma() obj.Object

KCGImagePropertyPNGGamma returns the value of the constant kCGImagePropertyPNGGamma.

func KCGImagePropertyPNGInterlaceType

func KCGImagePropertyPNGInterlaceType() obj.Object

KCGImagePropertyPNGInterlaceType returns the value of the constant kCGImagePropertyPNGInterlaceType.

func KCGImagePropertyPNGModificationTime

func KCGImagePropertyPNGModificationTime() obj.Object

KCGImagePropertyPNGModificationTime returns the value of the constant kCGImagePropertyPNGModificationTime.

func KCGImagePropertyPNGPixelsAspectRatio

func KCGImagePropertyPNGPixelsAspectRatio() obj.Object

KCGImagePropertyPNGPixelsAspectRatio returns the value of the constant kCGImagePropertyPNGPixelsAspectRatio.

func KCGImagePropertyPNGSoftware

func KCGImagePropertyPNGSoftware() obj.Object

KCGImagePropertyPNGSoftware returns the value of the constant kCGImagePropertyPNGSoftware.

func KCGImagePropertyPNGSource

func KCGImagePropertyPNGSource() obj.Object

KCGImagePropertyPNGSource returns the value of the constant kCGImagePropertyPNGSource.

func KCGImagePropertyPNGTitle

func KCGImagePropertyPNGTitle() obj.Object

KCGImagePropertyPNGTitle returns the value of the constant kCGImagePropertyPNGTitle.

func KCGImagePropertyPNGTransparency

func KCGImagePropertyPNGTransparency() obj.Object

KCGImagePropertyPNGTransparency returns the value of the constant kCGImagePropertyPNGTransparency.

func KCGImagePropertyPNGWarning

func KCGImagePropertyPNGWarning() obj.Object

KCGImagePropertyPNGWarning returns the value of the constant kCGImagePropertyPNGWarning.

func KCGImagePropertyPNGXPixelsPerMeter

func KCGImagePropertyPNGXPixelsPerMeter() obj.Object

KCGImagePropertyPNGXPixelsPerMeter returns the value of the constant kCGImagePropertyPNGXPixelsPerMeter.

func KCGImagePropertyPNGYPixelsPerMeter

func KCGImagePropertyPNGYPixelsPerMeter() obj.Object

KCGImagePropertyPNGYPixelsPerMeter returns the value of the constant kCGImagePropertyPNGYPixelsPerMeter.

func KCGImagePropertyPNGsRGBIntent

func KCGImagePropertyPNGsRGBIntent() obj.Object

KCGImagePropertyPNGsRGBIntent returns the value of the constant kCGImagePropertyPNGsRGBIntent.

func KCGImagePropertyPVREncoder

func KCGImagePropertyPVREncoder() obj.Object

KCGImagePropertyPVREncoder returns the value of the constant kCGImagePropertyPVREncoder.

func KCGImagePropertyPixelFormat

func KCGImagePropertyPixelFormat() obj.Object

KCGImagePropertyPixelFormat returns the value of the constant kCGImagePropertyPixelFormat.

func KCGImagePropertyPixelHeight

func KCGImagePropertyPixelHeight() obj.Object

KCGImagePropertyPixelHeight returns the value of the constant kCGImagePropertyPixelHeight.

func KCGImagePropertyPixelWidth

func KCGImagePropertyPixelWidth() obj.Object

KCGImagePropertyPixelWidth returns the value of the constant kCGImagePropertyPixelWidth.

func KCGImagePropertyPrimaryImage

func KCGImagePropertyPrimaryImage() obj.Object

KCGImagePropertyPrimaryImage returns the value of the constant kCGImagePropertyPrimaryImage.

func KCGImagePropertyProfileName

func KCGImagePropertyProfileName() obj.Object

KCGImagePropertyProfileName returns the value of the constant kCGImagePropertyProfileName.

func KCGImagePropertyRawDictionary

func KCGImagePropertyRawDictionary() obj.Object

KCGImagePropertyRawDictionary returns the value of the constant kCGImagePropertyRawDictionary.

func KCGImagePropertyTGACompression

func KCGImagePropertyTGACompression() obj.Object

KCGImagePropertyTGACompression returns the value of the constant kCGImagePropertyTGACompression.

func KCGImagePropertyTGADictionary

func KCGImagePropertyTGADictionary() obj.Object

KCGImagePropertyTGADictionary returns the value of the constant kCGImagePropertyTGADictionary.

func KCGImagePropertyTIFFArtist

func KCGImagePropertyTIFFArtist() obj.Object

KCGImagePropertyTIFFArtist returns the value of the constant kCGImagePropertyTIFFArtist.

func KCGImagePropertyTIFFCompression

func KCGImagePropertyTIFFCompression() obj.Object

KCGImagePropertyTIFFCompression returns the value of the constant kCGImagePropertyTIFFCompression.

func KCGImagePropertyTIFFCopyright

func KCGImagePropertyTIFFCopyright() obj.Object

KCGImagePropertyTIFFCopyright returns the value of the constant kCGImagePropertyTIFFCopyright.

func KCGImagePropertyTIFFDateTime

func KCGImagePropertyTIFFDateTime() obj.Object

KCGImagePropertyTIFFDateTime returns the value of the constant kCGImagePropertyTIFFDateTime.

func KCGImagePropertyTIFFDictionary

func KCGImagePropertyTIFFDictionary() obj.Object

KCGImagePropertyTIFFDictionary returns the value of the constant kCGImagePropertyTIFFDictionary.

func KCGImagePropertyTIFFDocumentName

func KCGImagePropertyTIFFDocumentName() obj.Object

KCGImagePropertyTIFFDocumentName returns the value of the constant kCGImagePropertyTIFFDocumentName.

func KCGImagePropertyTIFFHostComputer

func KCGImagePropertyTIFFHostComputer() obj.Object

KCGImagePropertyTIFFHostComputer returns the value of the constant kCGImagePropertyTIFFHostComputer.

func KCGImagePropertyTIFFImageDescription

func KCGImagePropertyTIFFImageDescription() obj.Object

KCGImagePropertyTIFFImageDescription returns the value of the constant kCGImagePropertyTIFFImageDescription.

func KCGImagePropertyTIFFMake

func KCGImagePropertyTIFFMake() obj.Object

KCGImagePropertyTIFFMake returns the value of the constant kCGImagePropertyTIFFMake.

func KCGImagePropertyTIFFModel

func KCGImagePropertyTIFFModel() obj.Object

KCGImagePropertyTIFFModel returns the value of the constant kCGImagePropertyTIFFModel.

func KCGImagePropertyTIFFOrientation

func KCGImagePropertyTIFFOrientation() obj.Object

KCGImagePropertyTIFFOrientation returns the value of the constant kCGImagePropertyTIFFOrientation.

func KCGImagePropertyTIFFPhotometricInterpretation

func KCGImagePropertyTIFFPhotometricInterpretation() obj.Object

KCGImagePropertyTIFFPhotometricInterpretation returns the value of the constant kCGImagePropertyTIFFPhotometricInterpretation.

func KCGImagePropertyTIFFPrimaryChromaticities

func KCGImagePropertyTIFFPrimaryChromaticities() obj.Object

KCGImagePropertyTIFFPrimaryChromaticities returns the value of the constant kCGImagePropertyTIFFPrimaryChromaticities.

func KCGImagePropertyTIFFResolutionUnit

func KCGImagePropertyTIFFResolutionUnit() obj.Object

KCGImagePropertyTIFFResolutionUnit returns the value of the constant kCGImagePropertyTIFFResolutionUnit.

func KCGImagePropertyTIFFSoftware

func KCGImagePropertyTIFFSoftware() obj.Object

KCGImagePropertyTIFFSoftware returns the value of the constant kCGImagePropertyTIFFSoftware.

func KCGImagePropertyTIFFTileLength

func KCGImagePropertyTIFFTileLength() obj.Object

KCGImagePropertyTIFFTileLength returns the value of the constant kCGImagePropertyTIFFTileLength.

func KCGImagePropertyTIFFTileWidth

func KCGImagePropertyTIFFTileWidth() obj.Object

KCGImagePropertyTIFFTileWidth returns the value of the constant kCGImagePropertyTIFFTileWidth.

func KCGImagePropertyTIFFTransferFunction

func KCGImagePropertyTIFFTransferFunction() obj.Object

KCGImagePropertyTIFFTransferFunction returns the value of the constant kCGImagePropertyTIFFTransferFunction.

func KCGImagePropertyTIFFWhitePoint

func KCGImagePropertyTIFFWhitePoint() obj.Object

KCGImagePropertyTIFFWhitePoint returns the value of the constant kCGImagePropertyTIFFWhitePoint.

func KCGImagePropertyTIFFXPosition

func KCGImagePropertyTIFFXPosition() obj.Object

KCGImagePropertyTIFFXPosition returns the value of the constant kCGImagePropertyTIFFXPosition.

func KCGImagePropertyTIFFXResolution

func KCGImagePropertyTIFFXResolution() obj.Object

KCGImagePropertyTIFFXResolution returns the value of the constant kCGImagePropertyTIFFXResolution.

func KCGImagePropertyTIFFYPosition

func KCGImagePropertyTIFFYPosition() obj.Object

KCGImagePropertyTIFFYPosition returns the value of the constant kCGImagePropertyTIFFYPosition.

func KCGImagePropertyTIFFYResolution

func KCGImagePropertyTIFFYResolution() obj.Object

KCGImagePropertyTIFFYResolution returns the value of the constant kCGImagePropertyTIFFYResolution.

func KCGImagePropertyThumbnailImages

func KCGImagePropertyThumbnailImages() obj.Object

KCGImagePropertyThumbnailImages returns the value of the constant kCGImagePropertyThumbnailImages.

func KCGImagePropertyWebPCanvasPixelHeight

func KCGImagePropertyWebPCanvasPixelHeight() obj.Object

KCGImagePropertyWebPCanvasPixelHeight returns the value of the constant kCGImagePropertyWebPCanvasPixelHeight.

func KCGImagePropertyWebPCanvasPixelWidth

func KCGImagePropertyWebPCanvasPixelWidth() obj.Object

KCGImagePropertyWebPCanvasPixelWidth returns the value of the constant kCGImagePropertyWebPCanvasPixelWidth.

func KCGImagePropertyWebPDelayTime

func KCGImagePropertyWebPDelayTime() obj.Object

KCGImagePropertyWebPDelayTime returns the value of the constant kCGImagePropertyWebPDelayTime.

func KCGImagePropertyWebPDictionary

func KCGImagePropertyWebPDictionary() obj.Object

KCGImagePropertyWebPDictionary returns the value of the constant kCGImagePropertyWebPDictionary.

func KCGImagePropertyWebPFrameInfoArray

func KCGImagePropertyWebPFrameInfoArray() obj.Object

KCGImagePropertyWebPFrameInfoArray returns the value of the constant kCGImagePropertyWebPFrameInfoArray.

func KCGImagePropertyWebPLoopCount

func KCGImagePropertyWebPLoopCount() obj.Object

KCGImagePropertyWebPLoopCount returns the value of the constant kCGImagePropertyWebPLoopCount.

func KCGImagePropertyWebPUnclampedDelayTime

func KCGImagePropertyWebPUnclampedDelayTime() obj.Object

KCGImagePropertyWebPUnclampedDelayTime returns the value of the constant kCGImagePropertyWebPUnclampedDelayTime.

func KCGImagePropertyWidth

func KCGImagePropertyWidth() obj.Object

KCGImagePropertyWidth returns the value of the constant kCGImagePropertyWidth.

func KCGImageProviderPreferredTileHeight

func KCGImageProviderPreferredTileHeight() obj.Object

KCGImageProviderPreferredTileHeight returns the value of the constant kCGImageProviderPreferredTileHeight.

func KCGImageProviderPreferredTileWidth

func KCGImageProviderPreferredTileWidth() obj.Object

KCGImageProviderPreferredTileWidth returns the value of the constant kCGImageProviderPreferredTileWidth.

func KCGImageSourceCreateThumbnailFromImageAlways

func KCGImageSourceCreateThumbnailFromImageAlways() obj.Object

KCGImageSourceCreateThumbnailFromImageAlways returns the value of the constant kCGImageSourceCreateThumbnailFromImageAlways.

func KCGImageSourceCreateThumbnailFromImageIfAbsent

func KCGImageSourceCreateThumbnailFromImageIfAbsent() obj.Object

KCGImageSourceCreateThumbnailFromImageIfAbsent returns the value of the constant kCGImageSourceCreateThumbnailFromImageIfAbsent.

func KCGImageSourceCreateThumbnailWithTransform

func KCGImageSourceCreateThumbnailWithTransform() obj.Object

KCGImageSourceCreateThumbnailWithTransform returns the value of the constant kCGImageSourceCreateThumbnailWithTransform.

func KCGImageSourceDecodeRequest

func KCGImageSourceDecodeRequest() obj.Object

KCGImageSourceDecodeRequest returns the value of the constant kCGImageSourceDecodeRequest.

func KCGImageSourceDecodeRequestOptions

func KCGImageSourceDecodeRequestOptions() obj.Object

KCGImageSourceDecodeRequestOptions returns the value of the constant kCGImageSourceDecodeRequestOptions.

func KCGImageSourceDecodeToHDR

func KCGImageSourceDecodeToHDR() obj.Object

KCGImageSourceDecodeToHDR returns the value of the constant kCGImageSourceDecodeToHDR.

func KCGImageSourceDecodeToSDR

func KCGImageSourceDecodeToSDR() obj.Object

KCGImageSourceDecodeToSDR returns the value of the constant kCGImageSourceDecodeToSDR.

func KCGImageSourceGenerateImageSpecificLumaScaling

func KCGImageSourceGenerateImageSpecificLumaScaling() obj.Object

KCGImageSourceGenerateImageSpecificLumaScaling returns the value of the constant kCGImageSourceGenerateImageSpecificLumaScaling.

func KCGImageSourceShouldAllowFloat

func KCGImageSourceShouldAllowFloat() obj.Object

KCGImageSourceShouldAllowFloat returns the value of the constant kCGImageSourceShouldAllowFloat.

func KCGImageSourceShouldCache

func KCGImageSourceShouldCache() obj.Object

KCGImageSourceShouldCache returns the value of the constant kCGImageSourceShouldCache.

func KCGImageSourceShouldCacheImmediately

func KCGImageSourceShouldCacheImmediately() obj.Object

KCGImageSourceShouldCacheImmediately returns the value of the constant kCGImageSourceShouldCacheImmediately.

func KCGImageSourceSubsampleFactor

func KCGImageSourceSubsampleFactor() obj.Object

KCGImageSourceSubsampleFactor returns the value of the constant kCGImageSourceSubsampleFactor.

func KCGImageSourceThumbnailMaxPixelSize

func KCGImageSourceThumbnailMaxPixelSize() obj.Object

KCGImageSourceThumbnailMaxPixelSize returns the value of the constant kCGImageSourceThumbnailMaxPixelSize.

func KCGImageSourceTypeIdentifierHint

func KCGImageSourceTypeIdentifierHint() obj.Object

KCGImageSourceTypeIdentifierHint returns the value of the constant kCGImageSourceTypeIdentifierHint.

func KIIOCameraExtrinsics_CoordinateSystemID

func KIIOCameraExtrinsics_CoordinateSystemID() obj.Object

KIIOCameraExtrinsics_CoordinateSystemID returns the value of the constant kIIOCameraExtrinsics_CoordinateSystemID.

func KIIOCameraExtrinsics_Position

func KIIOCameraExtrinsics_Position() obj.Object

KIIOCameraExtrinsics_Position returns the value of the constant kIIOCameraExtrinsics_Position.

func KIIOCameraExtrinsics_Rotation

func KIIOCameraExtrinsics_Rotation() obj.Object

KIIOCameraExtrinsics_Rotation returns the value of the constant kIIOCameraExtrinsics_Rotation.

func KIIOCameraModelType_GenericPinhole

func KIIOCameraModelType_GenericPinhole() obj.Object

KIIOCameraModelType_GenericPinhole returns the value of the constant kIIOCameraModelType_GenericPinhole.

func KIIOCameraModelType_SimplifiedPinhole

func KIIOCameraModelType_SimplifiedPinhole() obj.Object

KIIOCameraModelType_SimplifiedPinhole returns the value of the constant kIIOCameraModelType_SimplifiedPinhole.

func KIIOCameraModel_Intrinsics

func KIIOCameraModel_Intrinsics() obj.Object

KIIOCameraModel_Intrinsics returns the value of the constant kIIOCameraModel_Intrinsics.

func KIIOCameraModel_ModelType

func KIIOCameraModel_ModelType() obj.Object

KIIOCameraModel_ModelType returns the value of the constant kIIOCameraModel_ModelType.

func KIIOMetadata_CameraExtrinsicsKey

func KIIOMetadata_CameraExtrinsicsKey() obj.Object

KIIOMetadata_CameraExtrinsicsKey returns the value of the constant kIIOMetadata_CameraExtrinsicsKey.

func KIIOMetadata_CameraModelKey

func KIIOMetadata_CameraModelKey() obj.Object

KIIOMetadata_CameraModelKey returns the value of the constant kIIOMetadata_CameraModelKey.

func KIIOMonoscopicImageLocation_Center

func KIIOMonoscopicImageLocation_Center() obj.Object

KIIOMonoscopicImageLocation_Center returns the value of the constant kIIOMonoscopicImageLocation_Center.

func KIIOMonoscopicImageLocation_Left

func KIIOMonoscopicImageLocation_Left() obj.Object

KIIOMonoscopicImageLocation_Left returns the value of the constant kIIOMonoscopicImageLocation_Left.

func KIIOMonoscopicImageLocation_Right

func KIIOMonoscopicImageLocation_Right() obj.Object

KIIOMonoscopicImageLocation_Right returns the value of the constant kIIOMonoscopicImageLocation_Right.

func KIIOMonoscopicImageLocation_Unspecified

func KIIOMonoscopicImageLocation_Unspecified() obj.Object

KIIOMonoscopicImageLocation_Unspecified returns the value of the constant kIIOMonoscopicImageLocation_Unspecified.

func KIIOStereoAggressors_Severity

func KIIOStereoAggressors_Severity() obj.Object

KIIOStereoAggressors_Severity returns the value of the constant kIIOStereoAggressors_Severity.

func KIIOStereoAggressors_SubTypeURI

func KIIOStereoAggressors_SubTypeURI() obj.Object

KIIOStereoAggressors_SubTypeURI returns the value of the constant kIIOStereoAggressors_SubTypeURI.

func KIIOStereoAggressors_Type

func KIIOStereoAggressors_Type() obj.Object

KIIOStereoAggressors_Type returns the value of the constant kIIOStereoAggressors_Type.

Types

type CGImageAnimationStatus

type CGImageAnimationStatus int32

Constants that indicate the result of animating an image sequence.

const (
	KCGImageAnimationStatus_ParameterError       CGImageAnimationStatus = -22140
	KCGImageAnimationStatus_CorruptInputImage    CGImageAnimationStatus = -22141
	KCGImageAnimationStatus_UnsupportedFormat    CGImageAnimationStatus = -22142
	KCGImageAnimationStatus_IncompleteInputImage CGImageAnimationStatus = -22143
	KCGImageAnimationStatus_AllocationFailure    CGImageAnimationStatus = -22144
)

func (CGImageAnimationStatus) String

func (e CGImageAnimationStatus) String() string

String returns the CGImageAnimationStatus constant's name, or its numeric form when the value is not a known constant.

type CGImageDestination

type CGImageDestination struct{}

An opaque type that you use to write image data to a URL, data object, or data consumer.

type CGImageMetadata

type CGImageMetadata struct{}

An immutable object that contains the XMP metadata associated with an image.

type CGImageMetadataErrors

type CGImageMetadataErrors int32

Constants for errors that occur when getting or setting metadata information.

const (
	// An error that indicates an unknown condition occurred.
	KCGImageMetadataErrorUnknown CGImageMetadataErrors = 0
	// An error that indicates the metadata was in an unsupported format.
	KCGImageMetadataErrorUnsupportedFormat CGImageMetadataErrors = 1
	// An error that indicates a parameter was malformed or contained invalid data.
	KCGImageMetadataErrorBadArgument CGImageMetadataErrors = 2
	// An error that indicates an attempt to save conflicting metadata values.
	KCGImageMetadataErrorConflictingArguments CGImageMetadataErrors = 3
	// An error that indicates an attempt to register a namespace with a prefix that is different than the namespace’s existing prefix.
	KCGImageMetadataErrorPrefixConflict CGImageMetadataErrors = 4
)

func (CGImageMetadataErrors) String

func (e CGImageMetadataErrors) String() string

String returns the CGImageMetadataErrors constant's name, or its numeric form when the value is not a known constant.

type CGImageMetadataTag

type CGImageMetadataTag struct{}

An immutable type that contains information about a single piece of image metadata.

type CGImageMetadataType

type CGImageMetadataType int32

Constants that indicate the XMP type for a metadata tag.

const (
	// An invalid metadata type.
	KCGImageMetadataTypeInvalid CGImageMetadataType = -1
	// The default type for new tags.
	KCGImageMetadataTypeDefault CGImageMetadataType = 0
	// A string value.
	KCGImageMetadataTypeString CGImageMetadataType = 1
	// An array that doesn’t preserve the order of items.
	KCGImageMetadataTypeArrayUnordered CGImageMetadataType = 2
	// An array that preserves the order of items.
	KCGImageMetadataTypeArrayOrdered CGImageMetadataType = 3
	// An ordered array, in which all elements are alternates for the same value.
	KCGImageMetadataTypeAlternateArray CGImageMetadataType = 4
	// An alternate array, in which all elements are localized strings for the same value.
	KCGImageMetadataTypeAlternateText CGImageMetadataType = 5
	// A collection of keys and values.
	KCGImageMetadataTypeStructure CGImageMetadataType = 6
)

func CGImageMetadataTagGetType

func CGImageMetadataTagGetType(tag coregraphics.CGImageMetadataTagRef) CGImageMetadataType

CGImageMetadataTagGetType calls the ImageIO framework function CGImageMetadataTagGetType.

func (CGImageMetadataType) String

func (e CGImageMetadataType) String() string

String returns the CGImageMetadataType constant's name, or its numeric form when the value is not a known constant.

type CGImagePropertyOrientation

type CGImagePropertyOrientation uint32

A value describing the intended display orientation for an image.

const (
	// The encoded image data matches the image’s intended display orientation.
	KCGImagePropertyOrientationUp CGImagePropertyOrientation = 1
	// The encoded image data is horizontally flipped from the image’s intended display orientation.
	KCGImagePropertyOrientationUpMirrored CGImagePropertyOrientation = 2
	// The encoded image data is rotated 180° from the image’s intended display orientation.
	KCGImagePropertyOrientationDown CGImagePropertyOrientation = 3
	// The encoded image data is vertically flipped from the image’s intended display orientation.
	KCGImagePropertyOrientationDownMirrored CGImagePropertyOrientation = 4
	// The encoded image data is horizontally flipped and rotated 90° counter-clockwise from the image’s intended display orientation.
	KCGImagePropertyOrientationLeftMirrored CGImagePropertyOrientation = 5
	// The encoded image data is rotated 90° counter-clockwise from the image’s intended display orientation.
	KCGImagePropertyOrientationRight CGImagePropertyOrientation = 6
	// The encoded image data is horizontally flipped and rotated 90° clockwise from the image’s intended display orientation.
	KCGImagePropertyOrientationRightMirrored CGImagePropertyOrientation = 7
	// The encoded image data is rotated 90° clockwise from the image’s intended display orientation.
	KCGImagePropertyOrientationLeft CGImagePropertyOrientation = 8
)

func (CGImagePropertyOrientation) String

String returns the CGImagePropertyOrientation constant's name, or its numeric form when the value is not a known constant.

type CGImagePropertyTGACompression

type CGImagePropertyTGACompression uint32
const (
	KCGImageTGACompressionNone CGImagePropertyTGACompression = 0
	KCGImageTGACompressionRLE  CGImagePropertyTGACompression = 1
)

func (CGImagePropertyTGACompression) String

String returns the CGImagePropertyTGACompression constant's name, or its numeric form when the value is not a known constant.

type CGImageSource

type CGImageSource struct{}

An opaque type that you use to read image data from a URL, data object, or data consumer.

type CGImageSourceStatus

type CGImageSourceStatus int32

The set of status values for images and image sources.

const (
	// The end of the file occurred unexpectedly.
	KCGImageStatusUnexpectedEOF CGImageSourceStatus = -5
	// The data is not valid.
	KCGImageStatusInvalidData CGImageSourceStatus = -4
	// The image is an unknown type.
	KCGImageStatusUnknownType CGImageSourceStatus = -3
	// The image source is reading the header.
	KCGImageStatusReadingHeader CGImageSourceStatus = -2
	// The operation is not complete
	KCGImageStatusIncomplete CGImageSourceStatus = -1
	// The operation is complete.
	KCGImageStatusComplete CGImageSourceStatus = 0
)

func CGImageSourceGetStatus

func CGImageSourceGetStatus(isrc coregraphics.CGImageSourceRef) CGImageSourceStatus

CGImageSourceGetStatus calls the ImageIO framework function CGImageSourceGetStatus.

func CGImageSourceGetStatusAtIndex

func CGImageSourceGetStatusAtIndex(isrc coregraphics.CGImageSourceRef, index int) CGImageSourceStatus

CGImageSourceGetStatusAtIndex calls the ImageIO framework function CGImageSourceGetStatusAtIndex.

func (CGImageSourceStatus) String

func (e CGImageSourceStatus) String() string

String returns the CGImageSourceStatus constant's name, or its numeric form when the value is not a known constant.

type Clockid added in v0.17.0

type Clockid int32
const (
	ClockidRealtime           Clockid = 0
	ClockidMonotonic          Clockid = 6
	ClockidMonotonicRaw       Clockid = 4
	ClockidMonotonicRawApprox Clockid = 5
	ClockidUptimeRaw          Clockid = 8
	ClockidUptimeRawApprox    Clockid = 9
	ClockidProcessCputimeID   Clockid = 12
	ClockidThreadCputimeID    Clockid = 16
)

func (Clockid) String added in v0.17.0

func (e Clockid) String() string

String returns the Clockid constant's name, or its numeric form when the value is not a known constant.

type DispatchAutoreleaseFrequency added in v0.17.0

type DispatchAutoreleaseFrequency uint64
const (
	DispatchAutoreleaseFrequencyInherit  DispatchAutoreleaseFrequency = 0
	DispatchAutoreleaseFrequencyWorkItem DispatchAutoreleaseFrequency = 1
	DispatchAutoreleaseFrequencyNever    DispatchAutoreleaseFrequency = 2
)

func (DispatchAutoreleaseFrequency) String added in v0.17.0

String returns the DispatchAutoreleaseFrequency constant's name, or its numeric form when the value is not a known constant.

type DispatchBlockFlags added in v0.17.0

type DispatchBlockFlags uint64

Bitmask — values may be combined with |.

const (
	DispatchBlockFlagsBarrier         DispatchBlockFlags = 1
	DispatchBlockFlagsDetached        DispatchBlockFlags = 2
	DispatchBlockFlagsAssignCurrent   DispatchBlockFlags = 4
	DispatchBlockFlagsNoQosClass      DispatchBlockFlags = 8
	DispatchBlockFlagsInheritQosClass DispatchBlockFlags = 16
	DispatchBlockFlagsEnforceQosClass DispatchBlockFlags = 32
)

func (DispatchBlockFlags) String added in v0.17.0

func (e DispatchBlockFlags) String() string

String returns the DispatchBlockFlags constant's name, or its numeric form when the value is not a known constant.

type EntryID added in v0.17.0

type EntryID int32
const (
	EntryIDFirstEntry EntryID = 0
	EntryIDNextEntry  EntryID = -1
	EntryIDLastEntry  EntryID = -2
)

func (EntryID) String added in v0.17.0

func (e EntryID) String() string

String returns the EntryID constant's name, or its numeric form when the value is not a known constant.

type EvCmd

type EvCmd int32
const (
	EVNOP   EvCmd = 0
	EVHIDE  EvCmd = 1
	EVSHOW  EvCmd = 2
	EVMOVE  EvCmd = 3
	EVLEVEL EvCmd = 4
)

func (EvCmd) String

func (e EvCmd) String() string

String returns the EvCmd constant's name, or its numeric form when the value is not a known constant.

type FilesecProperty added in v0.17.0

type FilesecProperty int32
const (
	FilesecPropertyOwner        FilesecProperty = 1
	FilesecPropertyGroup        FilesecProperty = 2
	FilesecPropertyUUID         FilesecProperty = 3
	FilesecPropertyMode         FilesecProperty = 4
	FilesecPropertyACL          FilesecProperty = 5
	FilesecPropertyGrpuuid      FilesecProperty = 6
	FilesecPropertyACLRaw       FilesecProperty = 100
	FilesecPropertyACLAllocsize FilesecProperty = 101
)

func (FilesecProperty) String added in v0.17.0

func (e FilesecProperty) String() string

String returns the FilesecProperty constant's name, or its numeric form when the value is not a known constant.

type Flag added in v0.17.0

type Flag int32
const (
	FlagFlagDeferInherit      Flag = 1
	FlagFlagNoInherit         Flag = 131072
	FlagEntryInherited        Flag = 16
	FlagEntryFileInherit      Flag = 32
	FlagEntryDirectoryInherit Flag = 64
	FlagEntryLimitInherit     Flag = 128
	FlagEntryOnlyInherit      Flag = 256
)

func (Flag) String added in v0.17.0

func (e Flag) String() string

String returns the Flag constant's name, or its numeric form when the value is not a known constant.

type Idtype added in v0.17.0

type Idtype int32
const (
	IdtypeAll  Idtype = 0
	IdtypePid  Idtype = 1
	IdtypePgid Idtype = 2
)

func (Idtype) String added in v0.17.0

func (e Idtype) String() string

String returns the Idtype constant's name, or its numeric form when the value is not a known constant.

type IpcInfoObjectType added in v0.17.0

type IpcInfoObjectType uint32
const (
	IpcInfoObjectTypeNone               IpcInfoObjectType = 0
	IpcInfoObjectTypeThreadControl      IpcInfoObjectType = 1
	IpcInfoObjectTypeTaskControl        IpcInfoObjectType = 2
	IpcInfoObjectTypeHost               IpcInfoObjectType = 3
	IpcInfoObjectTypeHostPriv           IpcInfoObjectType = 4
	IpcInfoObjectTypeProcessor          IpcInfoObjectType = 5
	IpcInfoObjectTypeProcessorSet       IpcInfoObjectType = 6
	IpcInfoObjectTypeProcessorSetName   IpcInfoObjectType = 7
	IpcInfoObjectTypeTimer              IpcInfoObjectType = 8
	IpcInfoObjectTypePortSubstOnce      IpcInfoObjectType = 9
	IpcInfoObjectTypeMig                IpcInfoObjectType = 10
	IpcInfoObjectTypeMemoryObject       IpcInfoObjectType = 11
	IpcInfoObjectTypeXmmPager           IpcInfoObjectType = 12
	IpcInfoObjectTypeXmmKernel          IpcInfoObjectType = 13
	IpcInfoObjectTypeXmmReply           IpcInfoObjectType = 14
	IpcInfoObjectTypeUndReply           IpcInfoObjectType = 15
	IpcInfoObjectTypeHostNotify         IpcInfoObjectType = 16
	IpcInfoObjectTypeHostSecurity       IpcInfoObjectType = 17
	IpcInfoObjectTypeLedger             IpcInfoObjectType = 18
	IpcInfoObjectTypeMainDevice         IpcInfoObjectType = 19
	IpcInfoObjectTypeTaskName           IpcInfoObjectType = 20
	IpcInfoObjectTypeSubsystem          IpcInfoObjectType = 21
	IpcInfoObjectTypeIODoneQueue        IpcInfoObjectType = 22
	IpcInfoObjectTypeSemaphore          IpcInfoObjectType = 23
	IpcInfoObjectTypeLockSet            IpcInfoObjectType = 24
	IpcInfoObjectTypeClock              IpcInfoObjectType = 25
	IpcInfoObjectTypeClockCtrl          IpcInfoObjectType = 26
	IpcInfoObjectTypeIokitIdent         IpcInfoObjectType = 27
	IpcInfoObjectTypeNamedEntry         IpcInfoObjectType = 28
	IpcInfoObjectTypeIokitConnect       IpcInfoObjectType = 29
	IpcInfoObjectTypeIokitObject        IpcInfoObjectType = 30
	IpcInfoObjectTypeUpl                IpcInfoObjectType = 31
	IpcInfoObjectTypeMemObjControl      IpcInfoObjectType = 32
	IpcInfoObjectTypeAuSessionport      IpcInfoObjectType = 33
	IpcInfoObjectTypeFileport           IpcInfoObjectType = 34
	IpcInfoObjectTypeLabelh             IpcInfoObjectType = 35
	IpcInfoObjectTypeTaskResume         IpcInfoObjectType = 36
	IpcInfoObjectTypeVoucher            IpcInfoObjectType = 37
	IpcInfoObjectTypeVoucherAttrControl IpcInfoObjectType = 38
	IpcInfoObjectTypeWorkInterval       IpcInfoObjectType = 39
	IpcInfoObjectTypeUxHandler          IpcInfoObjectType = 40
	IpcInfoObjectTypeUextObject         IpcInfoObjectType = 41
	IpcInfoObjectTypeArcadeReg          IpcInfoObjectType = 42
	IpcInfoObjectTypeEventlink          IpcInfoObjectType = 43
	IpcInfoObjectTypeTaskInspect        IpcInfoObjectType = 44
	IpcInfoObjectTypeTaskRead           IpcInfoObjectType = 45
	IpcInfoObjectTypeThreadInspect      IpcInfoObjectType = 46
	IpcInfoObjectTypeThreadRead         IpcInfoObjectType = 47
	IpcInfoObjectTypeSuidCred           IpcInfoObjectType = 48
	IpcInfoObjectTypeHypervisor         IpcInfoObjectType = 49
	IpcInfoObjectTypeTaskIDToken        IpcInfoObjectType = 50
	IpcInfoObjectTypeTaskFatal          IpcInfoObjectType = 51
	IpcInfoObjectTypeKcdata             IpcInfoObjectType = 52
	IpcInfoObjectTypeExclavesResource   IpcInfoObjectType = 53
	IpcInfoObjectTypeThreadResume       IpcInfoObjectType = 54
	IpcInfoObjectTypeUnknown            IpcInfoObjectType = 4294967295
)

func (IpcInfoObjectType) String added in v0.17.0

func (e IpcInfoObjectType) String() string

String returns the IpcInfoObjectType constant's name, or its numeric form when the value is not a known constant.

type MachVMRangeFlags added in v0.17.0

type MachVMRangeFlags uint64

Bitmask — values may be combined with |.

const (
	MachVMRangeFlagsNone MachVMRangeFlags = 0
)

func (MachVMRangeFlags) String added in v0.17.0

func (e MachVMRangeFlags) String() string

String returns the MachVMRangeFlags constant's name, or its numeric form when the value is not a known constant.

type MachVMRangeFlavor added in v0.17.0

type MachVMRangeFlavor uint32
const (
	MachVMRangeFlavorInvalid MachVMRangeFlavor = 0
	MachVMRangeFlavorV1      MachVMRangeFlavor = 1
)

func (MachVMRangeFlavor) String added in v0.17.0

func (e MachVMRangeFlavor) String() string

String returns the MachVMRangeFlavor constant's name, or its numeric form when the value is not a known constant.

type MachVMRangeTag added in v0.17.0

type MachVMRangeTag uint16
const (
	MachVMRangeTagDefault MachVMRangeTag = 0
	MachVMRangeTagData    MachVMRangeTag = 1
	MachVMRangeTagFixed   MachVMRangeTag = 2
)

func (MachVMRangeTag) String added in v0.17.0

func (e MachVMRangeTag) String() string

String returns the MachVMRangeTag constant's name, or its numeric form when the value is not a known constant.

type MpoFlags added in v0.17.0

type MpoFlags uint32

Bitmask — values may be combined with |.

const (
	MpoFlagsPort                        MpoFlags = 0
	MpoFlagsServicePort                 MpoFlags = 1024
	MpoFlagsConnectionPort              MpoFlags = 2048
	MpoFlagsReplyPort                   MpoFlags = 4096
	MpoFlagsWeakReplyPort               MpoFlags = 16384
	MpoFlagsNotificationPort            MpoFlags = 17408
	MpoFlagsExceptionPort               MpoFlags = 32768
	MpoFlagsConnectionPortWithPortArray MpoFlags = 65536
)

func (MpoFlags) String added in v0.17.0

func (e MpoFlags) String() string

String returns the MpoFlags constant's name, or its numeric form when the value is not a known constant.

type NXMouseButton

type NXMouseButton int32
const (
	NX_OneButton   NXMouseButton = 0
	NX_LeftButton  NXMouseButton = 1
	NX_RightButton NXMouseButton = 2
)

func (NXMouseButton) String

func (e NXMouseButton) String() string

String returns the NXMouseButton constant's name, or its numeric form when the value is not a known constant.

type OSClockid added in v0.17.0

type OSClockid uint32
const (
	OSClockidTime OSClockid = 32
)

func (OSClockid) String added in v0.17.0

func (e OSClockid) String() string

String returns the OSClockid constant's name, or its numeric form when the value is not a known constant.

type Perm added in v0.17.0

type Perm int32
const (
	PermReadData           Perm = 2
	PermListDirectory      Perm = 2
	PermWriteData          Perm = 4
	PermAddFile            Perm = 4
	PermExecute            Perm = 8
	PermSearch             Perm = 8
	PermDelete             Perm = 16
	PermAppendData         Perm = 32
	PermAddSubdirectory    Perm = 32
	PermDeleteChild        Perm = 64
	PermReadAttributes     Perm = 128
	PermWriteAttributes    Perm = 256
	PermReadExtattributes  Perm = 512
	PermWriteExtattributes Perm = 1024
	PermReadSecurity       Perm = 2048
	PermWriteSecurity      Perm = 4096
	PermChangeOwner        Perm = 8192
	PermSynchronize        Perm = 1048576
)

func (Perm) String added in v0.17.0

func (e Perm) String() string

String returns the Perm constant's name, or its numeric form when the value is not a known constant.

type PtrauthKey added in v0.17.0

type PtrauthKey int32
const (
	Ptrauth_key_none                     PtrauthKey = -1
	Ptrauth_key_asia                     PtrauthKey = 0
	Ptrauth_key_asib                     PtrauthKey = 1
	Ptrauth_key_asda                     PtrauthKey = 2
	Ptrauth_key_asdb                     PtrauthKey = 3
	Ptrauth_key_process_independent_code PtrauthKey = 0
	Ptrauth_key_process_dependent_code   PtrauthKey = 1
	Ptrauth_key_process_independent_data PtrauthKey = 2
	Ptrauth_key_process_dependent_data   PtrauthKey = 3
	Ptrauth_key_return_address           PtrauthKey = 1
	Ptrauth_key_frame_pointer            PtrauthKey = 3
	Ptrauth_key_function_pointer         PtrauthKey = 0
	Ptrauth_key_block_function           PtrauthKey = 0
	Ptrauth_key_cxx_vtable_pointer       PtrauthKey = 2
	Ptrauth_key_method_list_pointer      PtrauthKey = 2
	Ptrauth_key_objc_isa_pointer         PtrauthKey = 2
	Ptrauth_key_objc_super_pointer       PtrauthKey = 2
	Ptrauth_key_objc_sel_pointer         PtrauthKey = 3
	Ptrauth_key_objc_class_ro_pointer    PtrauthKey = 2
	Ptrauth_key_block_descriptor_pointer PtrauthKey = 2
	Ptrauth_key_init_fini_pointer        PtrauthKey = 0
)

func (PtrauthKey) String added in v0.17.0

func (e PtrauthKey) String() string

String returns the PtrauthKey constant's name, or its numeric form when the value is not a known constant.

type QosClass added in v0.17.0

type QosClass uint32
const (
	QosClassUserInteractive QosClass = 33
	QosClassUserInitiated   QosClass = 25
	QosClassDefault         QosClass = 21
	QosClassUtility         QosClass = 17
	QosClassBackground      QosClass = 9
	QosClassUnspecified     QosClass = 0
)

func (QosClass) String added in v0.17.0

func (e QosClass) String() string

String returns the QosClass constant's name, or its numeric form when the value is not a known constant.

type Tag added in v0.17.0

type Tag int32
const (
	TagUndefinedTag  Tag = 0
	TagExtendedAllow Tag = 1
	TagExtendedDeny  Tag = 2
)

func (Tag) String added in v0.17.0

func (e Tag) String() string

String returns the Tag constant's name, or its numeric form when the value is not a known constant.

type Type added in v0.17.0

type Type int32
const (
	TypeExtended Type = 256
	TypeAccess   Type = 0
	TypeDefault  Type = 1
	TypeAfs      Type = 2
	TypeCoda     Type = 3
	TypeNtfs     Type = 4
	TypeNwfs     Type = 5
)

func (Type) String added in v0.17.0

func (e Type) String() string

String returns the Type constant's name, or its numeric form when the value is not a known constant.

type VirtualMemoryGuardExceptionCode added in v0.17.0

type VirtualMemoryGuardExceptionCode uint32
const (
	KGUARD_EXC_DEALLOC_GAP                   VirtualMemoryGuardExceptionCode = 1
	KGUARD_EXC_RECLAIM_COPYIO_FAILURE        VirtualMemoryGuardExceptionCode = 2
	KGUARD_EXC_RECLAIM_INDEX_FAILURE         VirtualMemoryGuardExceptionCode = 4
	KGUARD_EXC_RECLAIM_DEALLOCATE_FAILURE    VirtualMemoryGuardExceptionCode = 8
	KGUARD_EXC_RECLAIM_ACCOUNTING_FAILURE    VirtualMemoryGuardExceptionCode = 9
	KGUARD_EXC_SEC_IOPL_ON_EXEC_PAGE         VirtualMemoryGuardExceptionCode = 10
	KGUARD_EXC_SEC_EXEC_ON_IOPL_PAGE         VirtualMemoryGuardExceptionCode = 11
	KGUARD_EXC_SEC_UPL_WRITE_ON_EXEC_REGION  VirtualMemoryGuardExceptionCode = 12
	KGUARD_EXC_LARGE_ALLOCATION_TELEMETRY    VirtualMemoryGuardExceptionCode = 13
	KGUARD_EXC_SEC_ACCESS_FAULT              VirtualMemoryGuardExceptionCode = 98
	KGUARD_EXC_SEC_ASYNC_ACCESS_FAULT        VirtualMemoryGuardExceptionCode = 99
	KGUARD_EXC_SEC_COPY_DENIED               VirtualMemoryGuardExceptionCode = 100
	KGUARD_EXC_SEC_SHARING_DENIED            VirtualMemoryGuardExceptionCode = 101
	KGUARD_EXC_MTE_SYNC_FAULT                VirtualMemoryGuardExceptionCode = 200
	KGUARD_EXC_MTE_ASYNC_USER_FAULT          VirtualMemoryGuardExceptionCode = 201
	KGUARD_EXC_MTE_ASYNC_KERN_FAULT          VirtualMemoryGuardExceptionCode = 202
	KGUARD_EXC_GUARD_OBJECT_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 203
	KGUARD_EXC_GUARD_OBJECT_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 204
)

func (VirtualMemoryGuardExceptionCode) String added in v0.17.0

String returns the VirtualMemoryGuardExceptionCode constant's name, or its numeric form when the value is not a known constant.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL