共用方式為


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

傳回

屬性

適用於