AVCapturePhotoCaptureDelegate_Extensions.DidFinishProcessingPhoto 方法

定义

重载

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

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

DidFinishProcessingPhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCapturePhoto, NSError)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidFinishProcessingPhoto (this AVFoundation.IAVCapturePhotoCaptureDelegate This, AVFoundation.AVCapturePhotoOutput output, AVFoundation.AVCapturePhoto photo, Foundation.NSError error);
static member DidFinishProcessingPhoto : AVFoundation.IAVCapturePhotoCaptureDelegate * AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCapturePhoto * Foundation.NSError -> unit

参数

This
IAVCapturePhotoCaptureDelegate

此扩展方法操作的实例。

error
NSError
属性

适用于

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

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

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'DidFinishProcessingPhoto' overload accepting a 'AVCapturePhoto' instead.")]
public static void DidFinishProcessingPhoto (this AVFoundation.IAVCapturePhotoCaptureDelegate This, AVFoundation.AVCapturePhotoOutput captureOutput, CoreMedia.CMSampleBuffer photoSampleBuffer, CoreMedia.CMSampleBuffer previewPhotoSampleBuffer, AVFoundation.AVCaptureResolvedPhotoSettings resolvedSettings, AVFoundation.AVCaptureBracketedStillImageSettings bracketSettings, Foundation.NSError error);
static member DidFinishProcessingPhoto : AVFoundation.IAVCapturePhotoCaptureDelegate * AVFoundation.AVCapturePhotoOutput * CoreMedia.CMSampleBuffer * CoreMedia.CMSampleBuffer * AVFoundation.AVCaptureResolvedPhotoSettings * AVFoundation.AVCaptureBracketedStillImageSettings * Foundation.NSError -> unit

参数

This
IAVCapturePhotoCaptureDelegate

此扩展方法操作的实例。

captureOutput
AVCapturePhotoOutput
photoSampleBuffer
CMSampleBuffer

内容待定。

此参数可以为 null

previewPhotoSampleBuffer
CMSampleBuffer

内容待定。

此参数可以为 null

bracketSettings
AVCaptureBracketedStillImageSettings

内容待定。

此参数可以为 null

error
NSError

内容待定。

此参数可以为 null

属性

适用于