AVCapturePhotoCaptureDelegate_Extensions 类

定义

接口的 IAVCapturePhotoCaptureDelegate 扩展方法,以支持协议中的所有方法 AVCapturePhotoCaptureDelegate

public static class AVCapturePhotoCaptureDelegate_Extensions
type AVCapturePhotoCaptureDelegate_Extensions = class
继承
AVCapturePhotoCaptureDelegate_Extensions

注解

的扩展方法 IAVCapturePhotoCaptureDelegate 允许开发人员将 接口的实例视为具有原始 AVCapturePhotoCaptureDelegate 协议的所有可选方法。 由于 接口仅包含所需成员,因此这些扩展方法允许开发人员调用协议的可选成员。

方法

DidCapturePhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

接口的 IAVCapturePhotoCaptureDelegate 扩展方法,以支持协议中的所有方法 AVCapturePhotoCaptureDelegate

DidFinishCapture(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings, NSError)

接口的 IAVCapturePhotoCaptureDelegate 扩展方法,以支持协议中的所有方法 AVCapturePhotoCaptureDelegate

DidFinishProcessingLivePhotoMovie(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, NSUrl, CMTime, CMTime, AVCaptureResolvedPhotoSettings, NSError)

接口的 IAVCapturePhotoCaptureDelegate 扩展方法,以支持协议中的所有方法 AVCapturePhotoCaptureDelegate

DidFinishProcessingPhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCapturePhoto, NSError)

接口的 IAVCapturePhotoCaptureDelegate 扩展方法,以支持协议中的所有方法 AVCapturePhotoCaptureDelegate

DidFinishProcessingPhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, CMSampleBuffer, CMSampleBuffer, AVCaptureResolvedPhotoSettings, AVCaptureBracketedStillImageSettings, NSError)

开发人员不应使用此已弃用的方法。 开发人员应改用接受“AVCapturePhoto”的“DidFinishProcessingPhoto”重载。

DidFinishProcessingRawPhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, CMSampleBuffer, CMSampleBuffer, AVCaptureResolvedPhotoSettings, AVCaptureBracketedStillImageSettings, NSError)

接口的 IAVCapturePhotoCaptureDelegate 扩展方法,以支持协议中的所有方法 AVCapturePhotoCaptureDelegate

DidFinishRecordingLivePhotoMovie(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, NSUrl, AVCaptureResolvedPhotoSettings)

接口的 IAVCapturePhotoCaptureDelegate 扩展方法,以支持协议中的所有方法 AVCapturePhotoCaptureDelegate

WillBeginCapture(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

接口的 IAVCapturePhotoCaptureDelegate 扩展方法,以支持协议中的所有方法 AVCapturePhotoCaptureDelegate

WillCapturePhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

接口的 IAVCapturePhotoCaptureDelegate 扩展方法,以支持协议中的所有方法 AVCapturePhotoCaptureDelegate

适用于