Package org.robovm.apple.avfoundation
Class AVCaptureDeviceFormat
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.avfoundation.AVCaptureDeviceFormat
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class AVCaptureDeviceFormat extends NSObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVCaptureDeviceFormat.AVCaptureDeviceFormatPtrNested 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 protectedAVCaptureDeviceFormat()protectedAVCaptureDeviceFormat(NSObject.Handle h, long handle)protectedAVCaptureDeviceFormat(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
-
AVCaptureDeviceFormat
protected AVCaptureDeviceFormat() -
AVCaptureDeviceFormat
-
AVCaptureDeviceFormat
-
-
Method Details
-
getMediaType
-
getFormatDescription
-
getVideoSupportedFrameRateRanges
-
getVideoFieldOfView
public float getVideoFieldOfView() -
isVideoBinned
public boolean isVideoBinned() -
isVideoStabilizationSupported
Deprecated.Deprecated in iOS 8.0. Use isVideoStabilizationModeSupported: instead. -
getVideoMaxZoomFactor
public double getVideoMaxZoomFactor() -
getVideoZoomFactorUpscaleThreshold
public double getVideoZoomFactorUpscaleThreshold() -
getMinExposureDuration
-
getMaxExposureDuration
-
getMinISO
public float getMinISO() -
getMaxISO
public float getMaxISO() -
isGlobalToneMappingSupported
public boolean isGlobalToneMappingSupported()- Since:
- Available in iOS 13.0 and later.
-
isVideoHDRSupported
public boolean isVideoHDRSupported() -
getHighResolutionStillImageDimensions
-
isHighPhotoQualitySupported
public boolean isHighPhotoQualitySupported()- Since:
- Available in iOS 15.0 and later.
-
isHighestPhotoQualitySupported
public boolean isHighestPhotoQualitySupported()- Since:
- Available in iOS 13.0 and later.
-
getAutoFocusSystem
-
getSupportedColorSpaces
- Since:
- Available in iOS 10.0 and later.
-
getVideoMinZoomFactorForDepthDataDelivery
public double getVideoMinZoomFactorForDepthDataDelivery()- Since:
- Available in iOS 11.0 and later.
-
getVideoMaxZoomFactorForDepthDataDelivery
public double getVideoMaxZoomFactorForDepthDataDelivery()- Since:
- Available in iOS 11.0 and later.
-
getSupportedDepthDataFormats
- Since:
- Available in iOS 11.0 and later.
-
getUnsupportedCaptureOutputClasses
- Since:
- Available in iOS 11.0 and later.
-
isPortraitEffectsMatteStillImageDeliverySupported
public boolean isPortraitEffectsMatteStillImageDeliverySupported()- Since:
- Available in iOS 12.0 and later.
-
isMultiCamSupported
public boolean isMultiCamSupported()- Since:
- Available in iOS 13.0 and later.
-
getGeometricDistortionCorrectedVideoFieldOfView
public float getGeometricDistortionCorrectedVideoFieldOfView()- Since:
- Available in iOS 13.0 and later.
-
isCenterStageSupported
public boolean isCenterStageSupported()- Since:
- Available in iOS 14.5 and later.
-
getVideoMinZoomFactorForCenterStage
public double getVideoMinZoomFactorForCenterStage()- Since:
- Available in iOS 14.5 and later.
-
getVideoMaxZoomFactorForCenterStage
public double getVideoMaxZoomFactorForCenterStage()- Since:
- Available in iOS 14.5 and later.
-
getVideoFrameRateRangeForCenterStage
- Since:
- Available in iOS 14.5 and later.
-
isPortraitEffectSupported
public boolean isPortraitEffectSupported()- Since:
- Available in iOS 15.0 and later.
-
getVideoFrameRateRangeForPortraitEffect
- Since:
- Available in iOS 15.0 and later.
-
isVideoStabilizationModeSupported
public boolean isVideoStabilizationModeSupported(AVCaptureVideoStabilizationMode videoStabilizationMode)
-