Freigeben über


AVCapturePhotoCaptureDelegate_Extensions.DidFinishProcessingPhoto Methode

Definition

Überlädt

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

Entwickler sollten diese veraltete Methode nicht verwenden. Entwickler sollten die "DidFinishProcessingPhoto"-Überladung verwenden, um stattdessen "AVCapturePhoto" zu akzeptieren.

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

Parameter

This
IAVCapturePhotoCaptureDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

error
NSError
Attribute

Gilt für:

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

Entwickler sollten diese veraltete Methode nicht verwenden. Entwickler sollten die "DidFinishProcessingPhoto"-Überladung verwenden, um stattdessen "AVCapturePhoto" zu akzeptieren.

[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

Parameter

This
IAVCapturePhotoCaptureDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

captureOutput
AVCapturePhotoOutput
photoSampleBuffer
CMSampleBuffer

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

previewPhotoSampleBuffer
CMSampleBuffer

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

bracketSettings
AVCaptureBracketedStillImageSettings

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

error
NSError

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

Attribute

Gilt für: