AVDepthData.ReplaceDepthDataMap(CVPixelBuffer, NSError) 方法

定义

返回包含 中 pixelBuffer数据的新深度数据映射。

[Foundation.Export("depthDataByReplacingDepthDataMapWithPixelBuffer:error:")]
public virtual AVFoundation.AVDepthData ReplaceDepthDataMap (CoreVideo.CVPixelBuffer pixelBuffer, out Foundation.NSError outError);
abstract member ReplaceDepthDataMap : CoreVideo.CVPixelBuffer *  -> AVFoundation.AVDepthData
override this.ReplaceDepthDataMap : CoreVideo.CVPixelBuffer *  -> AVFoundation.AVDepthData

参数

pixelBuffer
CVPixelBuffer

新的深度数据。

outError
NSError

发生的错误(如果存在)。 可为 null

此参数可以为 null

返回

属性

适用于