Package org.robovm.apple.avfoundation
Class AVCaptureStillImageOutput
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.avfoundation.AVCaptureOutput
org.robovm.apple.avfoundation.AVCaptureStillImageOutput
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
@Deprecated public class AVCaptureStillImageOutput extends AVCaptureOutput
Deprecated.
Deprecated in iOS 10.0. Use AVCapturePhotoOutput instead.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVCaptureStillImageOutput.AVCaptureStillImageOutputPtrDeprecated.Nested classes/interfaces inherited from class org.robovm.apple.avfoundation.AVCaptureOutput
AVCaptureOutput.AVCaptureOutputPtrNested 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
-
Constructor Summary
Constructors Modifier Constructor Description AVCaptureStillImageOutput()Deprecated.protectedAVCaptureStillImageOutput(NSObject.Handle h, long handle)Deprecated.protectedAVCaptureStillImageOutput(NSObject.SkipInit skipInit)Deprecated. -
Method Summary
Methods inherited from class org.robovm.apple.avfoundation.AVCaptureOutput
getConnection, getConnections, getRectOfInterestInMetadataOutputCoordinates, getRectOfInterestInOutputCoordinates, getTransformedMetadataObjectMethods 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, updateStrongRef
-
Constructor Details
-
AVCaptureStillImageOutput
Deprecated. -
AVCaptureStillImageOutput
Deprecated. -
AVCaptureStillImageOutput
public AVCaptureStillImageOutput()Deprecated.
-
-
Method Details
-
getVideoOutputSettings
Deprecated. -
setVideoOutputSettings
Deprecated. -
getPixelBufferOutputSettings
Deprecated. -
setPixelBufferOutputSettings
Deprecated. -
getOutputSettings0
Deprecated. -
setOutputSettings0
Deprecated. -
getAvailableImageDataCVPixelFormatTypes
Deprecated. -
getAvailableImageDataCodecTypes
Deprecated. -
isStillImageStabilizationSupported
public boolean isStillImageStabilizationSupported()Deprecated. -
automaticallyEnablesStillImageStabilizationWhenAvailable
public boolean automaticallyEnablesStillImageStabilizationWhenAvailable()Deprecated. -
setAutomaticallyEnablesStillImageStabilizationWhenAvailable
public void setAutomaticallyEnablesStillImageStabilizationWhenAvailable(boolean v)Deprecated. -
isStillImageStabilizationActive
public boolean isStillImageStabilizationActive()Deprecated. -
isHighResolutionStillImageOutputEnabled
public boolean isHighResolutionStillImageOutputEnabled()Deprecated. -
setHighResolutionStillImageOutputEnabled
public void setHighResolutionStillImageOutputEnabled(boolean v)Deprecated. -
isCapturingStillImage
public boolean isCapturingStillImage()Deprecated. -
getMaxBracketedCaptureStillImageCount
Deprecated.Deprecated in iOS 10.0. Use AVCapturePhotoOutput maxBracketedCapturePhotoCount instead. -
isLensStabilizationDuringBracketedCaptureSupported
Deprecated.Deprecated in iOS 10.0. Use AVCapturePhotoOutput lensStabilizationDuringBracketedCaptureSupported instead.- Since:
- Available in iOS 9.0 and later.
-
isLensStabilizationDuringBracketedCaptureEnabled
Deprecated.Deprecated in iOS 10.0. Use AVCapturePhotoOutput with AVCapturePhotoBracketSettings instead.- Since:
- Available in iOS 9.0 and later.
-
setLensStabilizationDuringBracketedCaptureEnabled
Deprecated.Deprecated in iOS 10.0. Use AVCapturePhotoOutput with AVCapturePhotoBracketSettings instead.- Since:
- Available in iOS 9.0 and later.
-
captureStillImageAsynchronously
public void captureStillImageAsynchronously(AVCaptureConnection connection, VoidBlock2<CMSampleBuffer,NSError> handler)Deprecated. -
create
protected static long create()Deprecated. -
createJPEGStillImageNSDataRepresentation
Deprecated. -
prepareToCaptureStillImageBracket
@Deprecated public void prepareToCaptureStillImageBracket(AVCaptureConnection connection, NSArray<AVCaptureBracketedStillImageSettings> settings, VoidBlock2<Boolean,NSError> handler)Deprecated.Deprecated in iOS 10.0. Use AVCapturePhotoOutput setPreparedPhotoSettingsArray:completionHandler: instead. -
captureStillImageBracketAsynchronously
@Deprecated public void captureStillImageBracketAsynchronously(AVCaptureConnection connection, NSArray<AVCaptureBracketedStillImageSettings> settings, VoidBlock3<CMSampleBuffer,AVCaptureBracketedStillImageSettings,NSError> handler)Deprecated.Deprecated in iOS 10.0. Use AVCapturePhotoOutput capturePhotoWithSettings:delegate: instead.
-