[xcode12.2][coreimage] Update availability and new API from Xcode 12.1 GM (#9906)

This commit is contained in:
Sebastien Pouliot 2020-10-19 07:56:29 -04:00 коммит произвёл GitHub
Родитель b7254af791
Коммит 30c4d90ffa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 22 добавлений и 14 удалений

Просмотреть файл

@ -506,6 +506,11 @@ namespace CoreImage {
[Export ("depthBlurEffectFilterForImage:disparityImage:portraitEffectsMatte:hairSemanticSegmentation:orientation:options:")] [Export ("depthBlurEffectFilterForImage:disparityImage:portraitEffectsMatte:hairSemanticSegmentation:orientation:options:")]
[return: NullAllowed] [return: NullAllowed]
CIFilter GetDepthBlurEffectFilter (CIImage image, CIImage disparityImage, [NullAllowed] CIImage portraitEffectsMatte, [NullAllowed] CIImage hairSemanticSegmentation, CGImagePropertyOrientation orientation, [NullAllowed] NSDictionary options); CIFilter GetDepthBlurEffectFilter (CIImage image, CIImage disparityImage, [NullAllowed] CIImage portraitEffectsMatte, [NullAllowed] CIImage hairSemanticSegmentation, CGImagePropertyOrientation orientation, [NullAllowed] NSDictionary options);
[iOS (14,1)][TV (14,2)][Mac (11,0)]
[Export ("depthBlurEffectFilterForImage:disparityImage:portraitEffectsMatte:hairSemanticSegmentation:glassesMatte:gainMap:orientation:options:")]
[return: NullAllowed]
CIFilter GetDepthBlurEffectFilter (CIImage image, CIImage disparityImage, [NullAllowed] CIImage portraitEffectsMatte, [NullAllowed] CIImage hairSemanticSegmentation, [NullAllowed] CIImage glassesMatte, [NullAllowed] CIImage gainMap, CGImagePropertyOrientation orientation, [NullAllowed] NSDictionary options);
} }
[BaseType (typeof (NSObject))] [BaseType (typeof (NSObject))]
@ -1328,7 +1333,10 @@ namespace CoreImage {
[iOS (13,0)][TV (13,0)][Mac (10,15)] [iOS (13,0)][TV (13,0)][Mac (10,15)]
bool AuxiliarySemanticSegmentationTeethMatte { get; set; } bool AuxiliarySemanticSegmentationTeethMatte { get; set; }
[iOS (14,2)][TV (14,2)][Mac (11,0)] [iOS (14,1)][TV (14,2)][Mac (11,0)]
bool AuxiliarySemanticSegmentationGlassesMatte { get; set; }
[iOS (14,1)][TV (14,2)][Mac (11,0)]
bool ToneMapHdrToSdr { get; set; } bool ToneMapHdrToSdr { get; set; }
} }
@ -1338,10 +1346,6 @@ namespace CoreImage {
[Field ("kCIImageColorSpace")] [Field ("kCIImageColorSpace")]
NSString ColorSpaceKey { get; } NSString ColorSpaceKey { get; }
[iOS (14,2)][TV (14,2)][Mac (11,0)]
[Field ("kCIImageToneMapHDRtoSDR")]
NSString ToneMapHdrToSdrKey { get; }
[Field ("kCIImageProperties")] [Field ("kCIImageProperties")]
NSString PropertiesKey { get; } NSString PropertiesKey { get; }
@ -1376,6 +1380,15 @@ namespace CoreImage {
[iOS (13,0)][TV (13,0)][Mac (10,15)] [iOS (13,0)][TV (13,0)][Mac (10,15)]
[Field ("kCIImageAuxiliarySemanticSegmentationTeethMatte")] [Field ("kCIImageAuxiliarySemanticSegmentationTeethMatte")]
NSString AuxiliarySemanticSegmentationTeethMatteKey { get; } NSString AuxiliarySemanticSegmentationTeethMatteKey { get; }
[iOS (14,1)][TV (14,2)][Mac (11,0)]
[Field ("kCIImageAuxiliarySemanticSegmentationGlassesMatte")]
NSString AuxiliarySemanticSegmentationGlassesMatteKey { get; }
[iOS (14,1)][TV (14,2)][Mac (11,0)]
[Field ("kCIImageToneMapHDRtoSDR")]
NSString ToneMapHdrToSdrKey { get; }
} }
[BaseType (typeof (NSObject))] [BaseType (typeof (NSObject))]
@ -5732,6 +5745,10 @@ namespace CoreImage {
[iOS (13,0)][TV (13,0)][Mac (10,15)] [iOS (13,0)][TV (13,0)][Mac (10,15)]
[Field ("kCIImageRepresentationSemanticSegmentationTeethMatteImage")] [Field ("kCIImageRepresentationSemanticSegmentationTeethMatteImage")]
NSString SemanticSegmentationTeethMatteImageKey { get; } NSString SemanticSegmentationTeethMatteImageKey { get; }
[iOS (14,1)][TV (14,2)][Mac (11,0)]
[Field ("kCIImageRepresentationSemanticSegmentationGlassesMatteImage")]
NSString SemanticSegmentationGlassesMatteImage { get; }
} }
[iOS (11,0)] [iOS (11,0)]

Просмотреть файл

@ -1,3 +0,0 @@
!missing-field! kCIImageAuxiliarySemanticSegmentationGlassesMatte not bound
!missing-field! kCIImageRepresentationSemanticSegmentationGlassesMatteImage not bound
!missing-selector! CIContext::depthBlurEffectFilterForImage:disparityImage:portraitEffectsMatte:hairSemanticSegmentation:glassesMatte:gainMap:orientation:options: not bound

Просмотреть файл

@ -1,3 +0,0 @@
!missing-field! kCIImageAuxiliarySemanticSegmentationGlassesMatte not bound
!missing-field! kCIImageRepresentationSemanticSegmentationGlassesMatteImage not bound
!missing-selector! CIContext::depthBlurEffectFilterForImage:disparityImage:portraitEffectsMatte:hairSemanticSegmentation:glassesMatte:gainMap:orientation:options: not bound

Просмотреть файл

@ -1,3 +0,0 @@
!missing-field! kCIImageAuxiliarySemanticSegmentationGlassesMatte not bound
!missing-field! kCIImageRepresentationSemanticSegmentationGlassesMatteImage not bound
!missing-selector! CIContext::depthBlurEffectFilterForImage:disparityImage:portraitEffectsMatte:hairSemanticSegmentation:glassesMatte:gainMap:orientation:options: not bound