Package org.robovm.apple.avfoundation
Class AVCaptureConnection
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.avfoundation.AVCaptureConnection
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class AVCaptureConnection extends NSObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVCaptureConnection.AVCaptureConnectionPtrNested 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 protectedAVCaptureConnection()AVCaptureConnection(AVCaptureInputPort port, AVCaptureVideoPreviewLayer layer)AVCaptureConnection(NSArray<AVCaptureInputPort> ports, AVCaptureOutput output)protectedAVCaptureConnection(NSObject.Handle h, long handle)protectedAVCaptureConnection(NSObject.SkipInit skipInit) -
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, updateStrongRef
-
Constructor Details
-
AVCaptureConnection
protected AVCaptureConnection() -
AVCaptureConnection
-
AVCaptureConnection
-
AVCaptureConnection
-
AVCaptureConnection
-
-
Method Details
-
getInputPorts
-
getOutput
-
getVideoPreviewLayer
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean v) -
isActive
public boolean isActive() -
getAudioChannels
-
supportsVideoMirroring
public boolean supportsVideoMirroring() -
isVideoMirrored
public boolean isVideoMirrored() -
setVideoMirrored
public void setVideoMirrored(boolean v) -
automaticallyAdjustsVideoMirroring
public boolean automaticallyAdjustsVideoMirroring() -
setAutomaticallyAdjustsVideoMirroring
public void setAutomaticallyAdjustsVideoMirroring(boolean v) -
supportsVideoOrientation
public boolean supportsVideoOrientation() -
getVideoOrientation
-
setVideoOrientation
-
supportsVideoMinFrameDuration
Deprecated.Deprecated in iOS 7.0. Use AVCaptureDevice's activeFormat.videoSupportedFrameRateRanges instead. -
getVideoMinFrameDuration
Deprecated.Deprecated in iOS 7.0. Use AVCaptureDevice's activeVideoMinFrameDuration instead. -
setVideoMinFrameDuration
Deprecated.Deprecated in iOS 7.0. Use AVCaptureDevice's activeVideoMinFrameDuration instead. -
supportsVideoMaxFrameDuration
Deprecated.Deprecated in iOS 7.0. Use AVCaptureDevice's activeFormat.videoSupportedFrameRateRanges instead. -
getVideoMaxFrameDuration
Deprecated.Deprecated in iOS 7.0. Use AVCaptureDevice's activeVideoMaxFrameDuration instead. -
setVideoMaxFrameDuration
Deprecated.Deprecated in iOS 7.0. Use AVCaptureDevice's activeVideoMaxFrameDuration instead. -
getVideoMaxScaleAndCropFactor
public double getVideoMaxScaleAndCropFactor() -
getVideoScaleAndCropFactor
public double getVideoScaleAndCropFactor() -
setVideoScaleAndCropFactor
public void setVideoScaleAndCropFactor(double v) -
getPreferredVideoStabilizationMode
-
setPreferredVideoStabilizationMode
-
getActiveVideoStabilizationMode
-
supportsVideoStabilization
public boolean supportsVideoStabilization() -
isVideoStabilizationEnabled
Deprecated.Deprecated in iOS 8.0. Use activeVideoStabilizationMode instead. -
enablesVideoStabilizationWhenAvailable
Deprecated.Deprecated in iOS 8.0. Use preferredVideoStabilizationMode instead. -
setEnablesVideoStabilizationWhenAvailable
Deprecated.Deprecated in iOS 8.0. Use preferredVideoStabilizationMode instead. -
isCameraIntrinsicMatrixDeliverySupported
public boolean isCameraIntrinsicMatrixDeliverySupported()- Since:
- Available in iOS 11.0 and later.
-
isCameraIntrinsicMatrixDeliveryEnabled
public boolean isCameraIntrinsicMatrixDeliveryEnabled()- Since:
- Available in iOS 11.0 and later.
-
setCameraIntrinsicMatrixDeliveryEnabled
public void setCameraIntrinsicMatrixDeliveryEnabled(boolean v)- Since:
- Available in iOS 11.0 and later.
-
init
-
init
-