C# Класс AVCam.PhotoCaptureDelegate

Наследование: NSObject, IAVCapturePhotoCaptureDelegate
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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