IAVCapturePhotoCaptureDelegate 接口

定义

表示所需方法的接口 ((如果协议 AVCapturePhotoCaptureDelegate有任何) )。

[Foundation.Protocol(Name="AVCapturePhotoCaptureDelegate", WrapperType=typeof(AVFoundation.AVCapturePhotoCaptureDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVCapturePhotoCaptureDelegate : IDisposable, ObjCRuntime.INativeObject
type IAVCapturePhotoCaptureDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

注解

此接口包含所需的方法 ((如果定义协议 AVCapturePhotoCaptureDelegate有任何) )。

如果开发人员创建实现此接口的类,则实现方法将自动导出到具有协议中 AVCapturePhotoCaptureDelegate 定义的方法的匹配签名的 Objective-C。

如果类提供任何) AVCapturePhotoCaptureDelegate_Extensions 作为接口的扩展方法,则可选方法 (,从而允许开发人员调用协议上的任何可选方法。

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

扩展方法

DidCapturePhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

表示所需方法的接口 ((如果协议 AVCapturePhotoCaptureDelegate有任何) )。

DidFinishCapture(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings, NSError)

表示所需方法的接口 ((如果协议 AVCapturePhotoCaptureDelegate有任何) )。

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

表示所需方法的接口 ((如果协议 AVCapturePhotoCaptureDelegate有任何) )。

DidFinishProcessingPhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCapturePhoto, NSError)

表示所需方法的接口 ((如果协议 AVCapturePhotoCaptureDelegate有任何) )。

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

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

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

表示所需方法的接口 ((如果协议 AVCapturePhotoCaptureDelegate有任何) )。

DidFinishRecordingLivePhotoMovie(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, NSUrl, AVCaptureResolvedPhotoSettings)

表示所需方法的接口 ((如果协议 AVCapturePhotoCaptureDelegate有任何) )。

WillBeginCapture(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

表示所需方法的接口 ((如果协议 AVCapturePhotoCaptureDelegate有任何) )。

WillCapturePhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

表示所需方法的接口 ((如果协议 AVCapturePhotoCaptureDelegate有任何) )。

适用于