Package org.robovm.apple.avfoundation
Class AVCapturePhotoSettings
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.avfoundation.AVCapturePhotoSettings
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
- Direct Known Subclasses:
AVCapturePhotoBracketSettings
public class AVCapturePhotoSettings extends NSObject
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVCapturePhotoSettings.AVCapturePhotoSettingsPtrNested 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 Modifier Constructor Description AVCapturePhotoSettings()AVCapturePhotoSettings(int rawPixelFormatType)AVCapturePhotoSettings(int rawPixelFormatType, String rawFileType, NSDictionary<NSString,?> processedFormat, String processedFileType)AVCapturePhotoSettings(int rawPixelFormatType, NSDictionary<NSString,?> processedFormat)AVCapturePhotoSettings(AVCapturePhotoSettings photoSettings)AVCapturePhotoSettings(NSDictionary<NSString,?> format)protectedAVCapturePhotoSettings(NSObject.Handle h, long handle)protectedAVCapturePhotoSettings(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, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
AVCapturePhotoSettings
public AVCapturePhotoSettings() -
AVCapturePhotoSettings
-
AVCapturePhotoSettings
-
AVCapturePhotoSettings
-
AVCapturePhotoSettings
public AVCapturePhotoSettings(int rawPixelFormatType) -
AVCapturePhotoSettings
-
AVCapturePhotoSettings
public AVCapturePhotoSettings(int rawPixelFormatType, String rawFileType, NSDictionary<NSString,?> processedFormat, String processedFileType)- Since:
- Available in iOS 11.0 and later.
-
AVCapturePhotoSettings
-
-
Method Details
-
getUniqueID
public long getUniqueID() -
getFormat
-
getProcessedFileType
- Since:
- Available in iOS 11.0 and later.
-
getRawPhotoPixelFormatType
public int getRawPhotoPixelFormatType() -
getRawFileType
- Since:
- Available in iOS 11.0 and later.
-
getFlashMode
-
setFlashMode
-
isAutoRedEyeReductionEnabled
public boolean isAutoRedEyeReductionEnabled()- Since:
- Available in iOS 12.0 and later.
-
setAutoRedEyeReductionEnabled
public void setAutoRedEyeReductionEnabled(boolean v)- Since:
- Available in iOS 12.0 and later.
-
getPhotoQualityPrioritization
- Since:
- Available in iOS 13.0 and later.
-
setPhotoQualityPrioritization
- Since:
- Available in iOS 13.0 and later.
-
isAutoStillImageStabilizationEnabled
Deprecated.Deprecated in iOS 13.0. Use photoQualityPrioritization- Since:
- Available in iOS 10.0 and later.
-
setAutoStillImageStabilizationEnabled
Deprecated.Deprecated in iOS 13.0. Use photoQualityPrioritization- Since:
- Available in iOS 10.0 and later.
-
isAutoVirtualDeviceFusionEnabled
public boolean isAutoVirtualDeviceFusionEnabled()- Since:
- Available in iOS 13.0 and later.
-
setAutoVirtualDeviceFusionEnabled
public void setAutoVirtualDeviceFusionEnabled(boolean v)- Since:
- Available in iOS 13.0 and later.
-
isAutoDualCameraFusionEnabled
Deprecated.Deprecated in iOS 13.0. Use autoVirtualDeviceFusionEnabled- Since:
- Available in iOS 10.2 and later.
-
setAutoDualCameraFusionEnabled
Deprecated.Deprecated in iOS 13.0. Use autoVirtualDeviceFusionEnabled- Since:
- Available in iOS 10.2 and later.
-
getVirtualDeviceConstituentPhotoDeliveryEnabledDevices
- Since:
- Available in iOS 13.0 and later.
-
setVirtualDeviceConstituentPhotoDeliveryEnabledDevices
- Since:
- Available in iOS 13.0 and later.
-
isDualCameraDualPhotoDeliveryEnabled
Deprecated.Deprecated in iOS 13.0. Use virtualDeviceConstituentPhotoDeliveryEnabledDevices- Since:
- Available in iOS 11.0 and later.
-
setDualCameraDualPhotoDeliveryEnabled
Deprecated.Deprecated in iOS 13.0. Use virtualDeviceConstituentPhotoDeliveryEnabledDevices- Since:
- Available in iOS 11.0 and later.
-
isHighResolutionPhotoEnabled
public boolean isHighResolutionPhotoEnabled() -
setHighResolutionPhotoEnabled
public void setHighResolutionPhotoEnabled(boolean v) -
isDepthDataDeliveryEnabled
public boolean isDepthDataDeliveryEnabled()- Since:
- Available in iOS 11.0 and later.
-
setDepthDataDeliveryEnabled
public void setDepthDataDeliveryEnabled(boolean v)- Since:
- Available in iOS 11.0 and later.
-
embedsDepthDataInPhoto
public boolean embedsDepthDataInPhoto()- Since:
- Available in iOS 11.0 and later.
-
setEmbedsDepthDataInPhoto
public void setEmbedsDepthDataInPhoto(boolean v)- Since:
- Available in iOS 11.0 and later.
-
isDepthDataFiltered
public boolean isDepthDataFiltered()- Since:
- Available in iOS 11.0 and later.
-
setDepthDataFiltered
public void setDepthDataFiltered(boolean v)- Since:
- Available in iOS 11.0 and later.
-
isCameraCalibrationDataDeliveryEnabled
public boolean isCameraCalibrationDataDeliveryEnabled()- Since:
- Available in iOS 11.0 and later.
-
setCameraCalibrationDataDeliveryEnabled
public void setCameraCalibrationDataDeliveryEnabled(boolean v)- Since:
- Available in iOS 11.0 and later.
-
isPortraitEffectsMatteDeliveryEnabled
public boolean isPortraitEffectsMatteDeliveryEnabled()- Since:
- Available in iOS 12.0 and later.
-
setPortraitEffectsMatteDeliveryEnabled
public void setPortraitEffectsMatteDeliveryEnabled(boolean v)- Since:
- Available in iOS 12.0 and later.
-
embedsPortraitEffectsMatteInPhoto
public boolean embedsPortraitEffectsMatteInPhoto()- Since:
- Available in iOS 12.0 and later.
-
setEmbedsPortraitEffectsMatteInPhoto
public void setEmbedsPortraitEffectsMatteInPhoto(boolean v)- Since:
- Available in iOS 12.0 and later.
-
getEnabledSemanticSegmentationMatteTypes
- Since:
- Available in iOS 13.0 and later.
-
setEnabledSemanticSegmentationMatteTypes
- Since:
- Available in iOS 13.0 and later.
-
embedsSemanticSegmentationMattesInPhoto
public boolean embedsSemanticSegmentationMattesInPhoto()- Since:
- Available in iOS 13.0 and later.
-
setEmbedsSemanticSegmentationMattesInPhoto
public void setEmbedsSemanticSegmentationMattesInPhoto(boolean v)- Since:
- Available in iOS 13.0 and later.
-
getMetadata
- Since:
- Available in iOS 11.0 and later.
-
setMetadata
- Since:
- Available in iOS 11.0 and later.
-
getLivePhotoMovieFileURL
-
setLivePhotoMovieFileURL
-
getLivePhotoVideoCodecType
- Since:
- Available in iOS 11.0 and later.
-
setLivePhotoVideoCodecType
- Since:
- Available in iOS 11.0 and later.
-
getLivePhotoMovieMetadata
-
setLivePhotoMovieMetadata
-
getAvailablePreviewPhotoPixelFormatTypes
-
getPreviewPhotoFormat
-
setPreviewPhotoFormat
-
getAvailableEmbeddedThumbnailPhotoCodecTypes
- Since:
- Available in iOS 11.0 and later.
-
getEmbeddedThumbnailPhotoFormat
- Since:
- Available in iOS 11.0 and later.
-
setEmbeddedThumbnailPhotoFormat
- Since:
- Available in iOS 11.0 and later.
-
getAvailableRawEmbeddedThumbnailPhotoCodecTypes
- Since:
- Available in iOS 12.0 and later.
-
getRawEmbeddedThumbnailPhotoFormat
- Since:
- Available in iOS 12.0 and later.
-
setRawEmbeddedThumbnailPhotoFormat
- Since:
- Available in iOS 12.0 and later.
-
isAutoContentAwareDistortionCorrectionEnabled
public boolean isAutoContentAwareDistortionCorrectionEnabled()- Since:
- Available in iOS 14.1 and later.
-
setAutoContentAwareDistortionCorrectionEnabled
public void setAutoContentAwareDistortionCorrectionEnabled(boolean v)- Since:
- Available in iOS 14.1 and later.
-
create
-
create
protected static long create(int rawPixelFormatType) -
create
-
create
protected static long create(int rawPixelFormatType, String rawFileType, NSDictionary<NSString,?> processedFormat, String processedFileType)- Since:
- Available in iOS 11.0 and later.
-
create
-