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
傳回
- 屬性