AVPortraitEffectsMatte.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
返回
- 属性