次の方法で共有


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 に設定できます。

戻り値

属性

適用対象