C# Class AVCam.PhotoCaptureDelegate

Inheritance: NSObject, IAVCapturePhotoCaptureDelegate
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DidFinish ( ) : void
Résultat void

PhotoCaptureDelegate() public méthode

public PhotoCaptureDelegate ( AVCapturePhotoSettings settings, System.Action willCapturePhotoAnimation, Action capturingLivePhoto, Action completed ) : System
settings AVCapturePhotoSettings
willCapturePhotoAnimation System.Action
capturingLivePhoto Action
completed Action
Résultat System