共用方式為


AVCaptureDepthDataOutputDelegate_Extensions 類別

定義

介面的 IAVCaptureDepthDataOutputDelegate 擴充方法,以支援通訊 AVCaptureDepthDataOutputDelegate 協定中的所有方法。

public static class AVCaptureDepthDataOutputDelegate_Extensions
type AVCaptureDepthDataOutputDelegate_Extensions = class
繼承
AVCaptureDepthDataOutputDelegate_Extensions

備註

IAVCaptureDepthDataOutputDelegate 擴充方法可讓開發人員將介面的實例視為具有原始 AVCaptureDepthDataOutputDelegate 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。

方法

DidDropDepthData(IAVCaptureDepthDataOutputDelegate, AVCaptureDepthDataOutput, AVDepthData, CMTime, AVCaptureConnection, AVCaptureOutputDataDroppedReason)

卸載深度資料時呼叫的方法。

DidOutputDepthData(IAVCaptureDepthDataOutputDelegate, AVCaptureDepthDataOutput, AVDepthData, CMTime, AVCaptureConnection)

輸出深度資料時呼叫的方法。

適用於