C# 클래스 AVCam.PhotoCaptureDelegate

상속: NSObject, IAVCapturePhotoCaptureDelegate
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

공개 메소드들

메소드 설명
DidFinish ( ) : void
PhotoCaptureDelegate ( AVCapturePhotoSettings settings, System.Action willCapturePhotoAnimation, Action capturingLivePhoto, Action completed ) : System

비공개 메소드들

메소드 설명
DidFinishCapture ( AVCapturePhotoOutput captureOutput, AVCaptureResolvedPhotoSettings resolvedSettings, NSError error ) : void
DidFinishProcessingLivePhotoMovie ( AVCapturePhotoOutput captureOutput, NSUrl outputFileUrl, CMTime duration, CMTime photoDisplayTime, AVCaptureResolvedPhotoSettings resolvedSettings, NSError error ) : void
DidFinishProcessingPhoto ( AVCapturePhotoOutput captureOutput, CMSampleBuffer photoSampleBuffer, CMSampleBuffer previewPhotoSampleBuffer, AVCaptureResolvedPhotoSettings resolvedSettings, AVCaptureBracketedStillImageSettings bracketSettings, NSError error ) : void
DidFinishRecordingLivePhotoMovie ( AVCapturePhotoOutput captureOutput, NSUrl outputFileUrl, AVCaptureResolvedPhotoSettings resolvedSettings ) : void
WillBeginCapture ( AVCapturePhotoOutput captureOutput, AVCaptureResolvedPhotoSettings resolvedSettings ) : void
WillCapturePhoto ( AVCapturePhotoOutput captureOutput, AVCaptureResolvedPhotoSettings resolvedSettings ) : void

메소드 상세

DidFinish() 공개 메소드

public DidFinish ( ) : void
리턴 void

PhotoCaptureDelegate() 공개 메소드

public PhotoCaptureDelegate ( AVCapturePhotoSettings settings, System.Action willCapturePhotoAnimation, Action capturingLivePhoto, Action completed ) : System
settings AVCapturePhotoSettings
willCapturePhotoAnimation System.Action
capturingLivePhoto Action
completed Action
리턴 System