Package org.robovm.apple.avfoundation
Interface AVCapturePhotoCaptureDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
AVCapturePhotoCaptureDelegateAdapter
public interface AVCapturePhotoCaptureDelegate extends NSObjectProtocol
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
-
Method Details
-
willBeginCaptureForResolvedSettings
void willBeginCaptureForResolvedSettings(AVCapturePhotoOutput output, AVCaptureResolvedPhotoSettings resolvedSettings) -
willCapturePhotoForResolvedSettings
void willCapturePhotoForResolvedSettings(AVCapturePhotoOutput output, AVCaptureResolvedPhotoSettings resolvedSettings) -
didCapturePhotoForResolvedSettings
void didCapturePhotoForResolvedSettings(AVCapturePhotoOutput output, AVCaptureResolvedPhotoSettings resolvedSettings) -
didFinishProcessingPhoto
- Since:
- Available in iOS 11.0 and later.
-
didFinishProcessingPhotoSampleBuffer
@Deprecated void didFinishProcessingPhotoSampleBuffer(AVCapturePhotoOutput output, CMSampleBuffer photoSampleBuffer, CMSampleBuffer previewPhotoSampleBuffer, AVCaptureResolvedPhotoSettings resolvedSettings, AVCaptureBracketedStillImageSettings bracketSettings, NSError error)Deprecated.Deprecated in iOS 11.0. Use -captureOutput:didFinishProcessingPhoto:error:- Since:
- Available in iOS 10.0 and later.
-
didFinishProcessingRawPhotoSampleBuffer
@Deprecated void didFinishProcessingRawPhotoSampleBuffer(AVCapturePhotoOutput output, CMSampleBuffer rawSampleBuffer, CMSampleBuffer previewPhotoSampleBuffer, AVCaptureResolvedPhotoSettings resolvedSettings, AVCaptureBracketedStillImageSettings bracketSettings, NSError error)Deprecated.Deprecated in iOS 11.0. Use -captureOutput:didFinishProcessingPhoto:error:- Since:
- Available in iOS 10.0 and later.
-
didFinishRecordingLivePhotoMovieForEventualFileAtURL
void didFinishRecordingLivePhotoMovieForEventualFileAtURL(AVCapturePhotoOutput output, NSURL outputFileURL, AVCaptureResolvedPhotoSettings resolvedSettings) -
didFinishProcessingLivePhotoToMovieFileAtURL
void didFinishProcessingLivePhotoToMovieFileAtURL(AVCapturePhotoOutput output, NSURL outputFileURL, CMTime duration, CMTime photoDisplayTime, AVCaptureResolvedPhotoSettings resolvedSettings, NSError error) -
didFinishCaptureForResolvedSettings
void didFinishCaptureForResolvedSettings(AVCapturePhotoOutput output, AVCaptureResolvedPhotoSettings resolvedSettings, NSError error)
-