AVPortraitEffectsMatte.Create 方法

定义

重载

Create(CGImagePropertyOrientation)
Create(CVPixelBuffer, NSError)
Create(NSDictionary, NSError)

Create(CGImagePropertyOrientation)

[Foundation.Export("portraitEffectsMatteByApplyingExifOrientation:")]
public virtual AVFoundation.AVPortraitEffectsMatte Create (ImageIO.CGImagePropertyOrientation exifOrientation);
abstract member Create : ImageIO.CGImagePropertyOrientation -> AVFoundation.AVPortraitEffectsMatte
override this.Create : ImageIO.CGImagePropertyOrientation -> AVFoundation.AVPortraitEffectsMatte

参数

exifOrientation
CGImagePropertyOrientation

返回

属性

适用于

Create(CVPixelBuffer, NSError)

[Foundation.Export("portraitEffectsMatteByReplacingPortraitEffectsMatteWithPixelBuffer:error:")]
public virtual AVFoundation.AVPortraitEffectsMatte Create (CoreVideo.CVPixelBuffer pixelBuffer, out Foundation.NSError outError);
abstract member Create : CoreVideo.CVPixelBuffer *  -> AVFoundation.AVPortraitEffectsMatte
override this.Create : CoreVideo.CVPixelBuffer *  -> AVFoundation.AVPortraitEffectsMatte

参数

pixelBuffer
CVPixelBuffer
outError
NSError

返回

属性

适用于

Create(NSDictionary, NSError)

[Foundation.Export("portraitEffectsMatteFromDictionaryRepresentation:error:")]
public static AVFoundation.AVPortraitEffectsMatte Create (Foundation.NSDictionary imageSourceAuxDataInfoDictionary, out Foundation.NSError outError);
static member Create : Foundation.NSDictionary *  -> AVFoundation.AVPortraitEffectsMatte

参数

imageSourceAuxDataInfoDictionary
NSDictionary
outError
NSError

返回

属性

适用于