次の方法で共有


AVCaptureDepthDataOutputDelegate_Extensions.DidOutputDepthData メソッド

定義

深度データが出力されるときに呼び出されるメソッド。

public static void DidOutputDepthData (this AVFoundation.IAVCaptureDepthDataOutputDelegate This, AVFoundation.AVCaptureDepthDataOutput output, AVFoundation.AVDepthData depthData, CoreMedia.CMTime timestamp, AVFoundation.AVCaptureConnection connection);
static member DidOutputDepthData : AVFoundation.IAVCaptureDepthDataOutputDelegate * AVFoundation.AVCaptureDepthDataOutput * AVFoundation.AVDepthData * CoreMedia.CMTime * AVFoundation.AVCaptureConnection -> unit

パラメーター

This
IAVCaptureDepthDataOutputDelegate

この拡張メソッドが動作するインスタンス。

output
AVCaptureDepthDataOutput

データを提供した出力。

depthData
AVDepthData

キャプチャされたデータ。

timestamp
CMTime

データがキャプチャされた時刻。

connection
AVCaptureConnection

キャプチャ接続。

適用対象