Share via


AVCapturePhotoCaptureDelegate_Extensions.DidFinishProcessingPhoto Metodo

Definizione

Overload

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

Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare l'overload 'DidFinishProcessingPhoto' accettando invece un 'AVCapturePhoto'.

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

Parametri

This
IAVCapturePhotoCaptureDelegate

Istanza in cui opera questo metodo di estensione.

error
NSError
Attributi

Si applica a

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

Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare l'overload 'DidFinishProcessingPhoto' accettando invece un 'AVCapturePhoto'.

[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

Parametri

This
IAVCapturePhotoCaptureDelegate

Istanza in cui opera questo metodo di estensione.

captureOutput
AVCapturePhotoOutput
photoSampleBuffer
CMSampleBuffer

Da aggiungere.

Questo parametro può essere null.

previewPhotoSampleBuffer
CMSampleBuffer

Da aggiungere.

Questo parametro può essere null.

bracketSettings
AVCaptureBracketedStillImageSettings

Da aggiungere.

Questo parametro può essere null.

error
NSError

Da aggiungere.

Questo parametro può essere null.

Attributi

Si applica a