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)

输出深度数据时调用的方法。

适用于