AVDepthData.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Create(CGImageAuxiliaryDataInfo, NSError) |
建立並傳回具有指定值的新 AVDepthData 物件。 |
Create(NSDictionary, NSError) |
建立並傳回具有指定值的新 AVDepthData 物件。 |
Create(CGImageAuxiliaryDataInfo, NSError)
建立並傳回具有指定值的新 AVDepthData 物件。
public static AVFoundation.AVDepthData Create (ImageIO.CGImageAuxiliaryDataInfo dataInfo, out Foundation.NSError error);
static member Create : ImageIO.CGImageAuxiliaryDataInfo * -> AVFoundation.AVDepthData
參數
- dataInfo
- CGImageAuxiliaryDataInfo
- error
- NSError
傳回
適用於
Create(NSDictionary, NSError)
建立並傳回具有指定值的新 AVDepthData 物件。
[Foundation.Export("depthDataFromDictionaryRepresentation:error:")]
public static AVFoundation.AVDepthData Create (Foundation.NSDictionary imageSourceAuxDataInfoDictionary, out Foundation.NSError outError);
static member Create : Foundation.NSDictionary * -> AVFoundation.AVDepthData
參數
- imageSourceAuxDataInfoDictionary
- NSDictionary
傳回
- 屬性