Share via


AVDepthData.Create Method

Definition

Overloads

Name Description
Create(CGImageAuxiliaryDataInfo, NSError)

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

Create(NSDictionary, NSError)

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 * NSError -> AVFoundation.AVDepthData

Parameters

error
NSError

Returns

Applies to

Create(NSDictionary, NSError)

[Foundation.Export("depthDataFromDictionaryRepresentation:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVDepthData? Create(Foundation.NSDictionary imageSourceAuxDataInfoDictionary, out Foundation.NSError? outError);
[<Foundation.Export("depthDataFromDictionaryRepresentation:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Foundation.NSDictionary * NSError -> AVFoundation.AVDepthData

Parameters

imageSourceAuxDataInfoDictionary
NSDictionary
outError
NSError

Returns

Attributes

Applies to