AVDepthData.ReplaceDepthDataMap(CVPixelBuffer, NSError) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce una nuova mappa dati di profondità con i dati in 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
Parametri
- pixelBuffer
- CVPixelBuffer
Nuovi dati di profondità.
- outError
- NSError
Errore che si è verificato, se presente. Può essere null
.
Questo parametro può essere null
.
Restituisce
- Attributi