Compartir a través de


AVDepthData.Create Método

Definición

Sobrecargas

Create(CGImageAuxiliaryDataInfo, NSError)

Crea y devuelve un nuevo objeto AVDepthData con los valores especificados.

Create(NSDictionary, NSError)

Crea y devuelve un nuevo objeto AVDepthData con los valores especificados.

Create(CGImageAuxiliaryDataInfo, NSError)

Crea y devuelve un nuevo objeto AVDepthData con los valores especificados.

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

Parámetros

error
NSError

Devoluciones

Se aplica a

Create(NSDictionary, NSError)

Crea y devuelve un nuevo objeto AVDepthData con los valores especificados.

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

Parámetros

imageSourceAuxDataInfoDictionary
NSDictionary
outError
NSError

Se agregará.

Este parámetro puede ser null.

Devoluciones

Atributos

Se aplica a