共用方式為


AVDepthData.Create 方法

定義

多載

Create(CGImageAuxiliaryDataInfo, NSError)

建立並傳回具有指定值的新 AVDepthData 物件。

Create(NSDictionary, NSError)

建立並傳回具有指定值的新 AVDepthData 物件。

Create(CGImageAuxiliaryDataInfo, NSError)

建立並傳回具有指定值的新 AVDepthData 物件。

public static AVFoundation.AVDepthData Create (ImageIO.CGImageAuxiliaryDataInfo dataInfo, out Foundation.NSError error);
static member Create : ImageIO.CGImageAuxiliaryDataInfo *  -> AVFoundation.AVDepthData

參數

error
NSError

傳回

適用於

Create(NSDictionary, NSError)

建立並傳回具有指定值的新 AVDepthData 物件。

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

參數

imageSourceAuxDataInfoDictionary
NSDictionary
outError
NSError

即將加入。

這個參數可以是 null

傳回

屬性

適用於