다음을 통해 공유


AVCapturePhotoCaptureDelegate.DidFinishProcessingPhoto 메서드

정의

오버로드

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

개발자는 이 사용되지 않는 메서드를 사용하면 안 됩니다. 개발자는 'AVCapturePhoto'를 수락하는 'DidFinishProcessingPhoto' 오버로드를 대신 사용해야 합니다.

DidFinishProcessingPhoto(AVCapturePhotoOutput, AVCapturePhoto, NSError)

[Foundation.Export("captureOutput:didFinishProcessingPhoto:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidFinishProcessingPhoto (AVFoundation.AVCapturePhotoOutput output, AVFoundation.AVCapturePhoto photo, Foundation.NSError error);
abstract member DidFinishProcessingPhoto : AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCapturePhoto * Foundation.NSError -> unit
override this.DidFinishProcessingPhoto : AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCapturePhoto * Foundation.NSError -> unit

매개 변수

error
NSError

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

특성

적용 대상

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

개발자는 이 사용되지 않는 메서드를 사용하면 안 됩니다. 개발자는 'AVCapturePhoto'를 수락하는 'DidFinishProcessingPhoto' 오버로드를 대신 사용해야 합니다.

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

매개 변수

captureOutput
AVCapturePhotoOutput
photoSampleBuffer
CMSampleBuffer

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

previewPhotoSampleBuffer
CMSampleBuffer

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

bracketSettings
AVCaptureBracketedStillImageSettings

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

error
NSError

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

특성

적용 대상