Upravit

Sdílet prostřednictvím


AVDepthData.Create Method

Definition

Overloads

Create(CGImageAuxiliaryDataInfo, NSError)

Creates and returns a new AVDepthData object with the specified values.

Create(NSDictionary, NSError)

Creates and returns a new AVDepthData object with the specified values.

Create(CGImageAuxiliaryDataInfo, NSError)

Creates and returns a new AVDepthData object with the specified values.

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

Parameters

error
NSError

Returns

Applies to

Create(NSDictionary, NSError)

Creates and returns a new AVDepthData object with the specified values.

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

Parameters

imageSourceAuxDataInfoDictionary
NSDictionary
outError
NSError

To be added.

This parameter can be null.

Returns

Attributes

Applies to