Compartir a través de


AVDepthData.ReplaceDepthDataMap(CVPixelBuffer, NSError) Método

Definición

Devuelve un nuevo mapa de datos de profundidad con los datos de 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

Parámetros

pixelBuffer
CVPixelBuffer

Nuevos datos de profundidad.

outError
NSError

Error que se produjo, si está presente. Puede ser null.

Este parámetro puede ser null.

Devoluciones

Atributos

Se aplica a