AVCaptureDepthDataOutputDelegate_Extensions.DidDropDepthData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
深度データが削除されるときに呼び出されるメソッド。
public static void DidDropDepthData (this AVFoundation.IAVCaptureDepthDataOutputDelegate This, AVFoundation.AVCaptureDepthDataOutput output, AVFoundation.AVDepthData depthData, CoreMedia.CMTime timestamp, AVFoundation.AVCaptureConnection connection, AVFoundation.AVCaptureOutputDataDroppedReason reason);
static member DidDropDepthData : AVFoundation.IAVCaptureDepthDataOutputDelegate * AVFoundation.AVCaptureDepthDataOutput * AVFoundation.AVDepthData * CoreMedia.CMTime * AVFoundation.AVCaptureConnection * AVFoundation.AVCaptureOutputDataDroppedReason -> unit
パラメーター
この拡張メソッドが動作するインスタンス。
- output
- AVCaptureDepthDataOutput
データを削除した出力。
- depthData
- AVDepthData
削除されたデータ。
- timestamp
- CMTime
データがキャプチャされた時刻。
- connection
- AVCaptureConnection
キャプチャ接続。
深度データが削除された理由。