Freigeben über


AVDepthData.Create Methode

Definition

Überlädt

Create(CGImageAuxiliaryDataInfo, NSError)

Erstellt und gibt ein neues AVDepthData-Objekt mit den angegebenen Werten zurück.

Create(NSDictionary, NSError)

Erstellt und gibt ein neues AVDepthData-Objekt mit den angegebenen Werten zurück.

Create(CGImageAuxiliaryDataInfo, NSError)

Erstellt und gibt ein neues AVDepthData-Objekt mit den angegebenen Werten zurück.

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

Parameter

error
NSError

Gibt zurück

Gilt für:

Create(NSDictionary, NSError)

Erstellt und gibt ein neues AVDepthData-Objekt mit den angegebenen Werten zurück.

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

Parameter

imageSourceAuxDataInfoDictionary
NSDictionary
outError
NSError

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

Gibt zurück

Attribute

Gilt für: