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
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
- dataInfo
- CGImageAuxiliaryDataInfo
- 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
Returns
- Attributes