Package org.robovm.apple.avfoundation
Class AVCapturePhotoCaptureDelegateAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.avfoundation.AVCapturePhotoCaptureDelegateAdapter
- All Implemented Interfaces:
AVCapturePhotoCaptureDelegate,NSObjectProtocol,ObjCProtocol
public class AVCapturePhotoCaptureDelegateAdapter extends NSObject implements AVCapturePhotoCaptureDelegate
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Constructor Description AVCapturePhotoCaptureDelegateAdapter() -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
AVCapturePhotoCaptureDelegateAdapter
public AVCapturePhotoCaptureDelegateAdapter()
-
-
Method Details
-
willBeginCaptureForResolvedSettings
public void willBeginCaptureForResolvedSettings(AVCapturePhotoOutput output, AVCaptureResolvedPhotoSettings resolvedSettings)- Specified by:
willBeginCaptureForResolvedSettingsin interfaceAVCapturePhotoCaptureDelegate
-
willCapturePhotoForResolvedSettings
public void willCapturePhotoForResolvedSettings(AVCapturePhotoOutput output, AVCaptureResolvedPhotoSettings resolvedSettings)- Specified by:
willCapturePhotoForResolvedSettingsin interfaceAVCapturePhotoCaptureDelegate
-
didCapturePhotoForResolvedSettings
public void didCapturePhotoForResolvedSettings(AVCapturePhotoOutput output, AVCaptureResolvedPhotoSettings resolvedSettings)- Specified by:
didCapturePhotoForResolvedSettingsin interfaceAVCapturePhotoCaptureDelegate
-
didFinishProcessingPhoto
public void didFinishProcessingPhoto(AVCapturePhotoOutput output, AVCapturePhoto photo, NSError error)- Specified by:
didFinishProcessingPhotoin interfaceAVCapturePhotoCaptureDelegate- Since:
- Available in iOS 11.0 and later.
-
didFinishProcessingPhotoSampleBuffer
@Deprecated public void didFinishProcessingPhotoSampleBuffer(AVCapturePhotoOutput output, CMSampleBuffer photoSampleBuffer, CMSampleBuffer previewPhotoSampleBuffer, AVCaptureResolvedPhotoSettings resolvedSettings, AVCaptureBracketedStillImageSettings bracketSettings, NSError error)Deprecated.Deprecated in iOS 11.0. Use -captureOutput:didFinishProcessingPhoto:error:- Specified by:
didFinishProcessingPhotoSampleBufferin interfaceAVCapturePhotoCaptureDelegate- Since:
- Available in iOS 10.0 and later.
-
didFinishProcessingRawPhotoSampleBuffer
@Deprecated public void didFinishProcessingRawPhotoSampleBuffer(AVCapturePhotoOutput output, CMSampleBuffer rawSampleBuffer, CMSampleBuffer previewPhotoSampleBuffer, AVCaptureResolvedPhotoSettings resolvedSettings, AVCaptureBracketedStillImageSettings bracketSettings, NSError error)Deprecated.Deprecated in iOS 11.0. Use -captureOutput:didFinishProcessingPhoto:error:- Specified by:
didFinishProcessingRawPhotoSampleBufferin interfaceAVCapturePhotoCaptureDelegate- Since:
- Available in iOS 10.0 and later.
-
didFinishRecordingLivePhotoMovieForEventualFileAtURL
public void didFinishRecordingLivePhotoMovieForEventualFileAtURL(AVCapturePhotoOutput output, NSURL outputFileURL, AVCaptureResolvedPhotoSettings resolvedSettings)- Specified by:
didFinishRecordingLivePhotoMovieForEventualFileAtURLin interfaceAVCapturePhotoCaptureDelegate
-
didFinishProcessingLivePhotoToMovieFileAtURL
public void didFinishProcessingLivePhotoToMovieFileAtURL(AVCapturePhotoOutput output, NSURL outputFileURL, CMTime duration, CMTime photoDisplayTime, AVCaptureResolvedPhotoSettings resolvedSettings, NSError error)- Specified by:
didFinishProcessingLivePhotoToMovieFileAtURLin interfaceAVCapturePhotoCaptureDelegate
-
didFinishCaptureForResolvedSettings
public void didFinishCaptureForResolvedSettings(AVCapturePhotoOutput output, AVCaptureResolvedPhotoSettings resolvedSettings, NSError error)- Specified by:
didFinishCaptureForResolvedSettingsin interfaceAVCapturePhotoCaptureDelegate
-