AVDepthData.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- dataInfo
- CGImageAuxiliaryDataInfo
- 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