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

返回

属性

适用于