C# Class AVCam.PhotoCaptureDelegate

Inheritance: NSObject, IAVCapturePhotoCaptureDelegate
Show file Open project: xamarin/monotouch-samples Class Usage Examples

Public Methods

Method Description
DidFinish ( ) : void
PhotoCaptureDelegate ( AVCapturePhotoSettings settings, System.Action willCapturePhotoAnimation, Action capturingLivePhoto, Action completed ) : System

Private Methods

Method Description
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

Method Details

DidFinish() public method

public DidFinish ( ) : void
return void

PhotoCaptureDelegate() public method

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