Package io.anyline2.sdk.extension
Class CameraConfigExtensionKt
-
- All Implemented Interfaces:
public final class CameraConfigExtensionKt
-
-
Method Summary
-
-
Method Detail
-
preferredPreviewWidth
final static Integer preferredPreviewWidth(CameraConfig $self)
-
preferredPreviewHeight
final static Integer preferredPreviewHeight(CameraConfig $self)
-
preferredPictureWidth
final static Integer preferredPictureWidth(CameraConfig $self)
-
preferredPictureHeight
final static Integer preferredPictureHeight(CameraConfig $self)
-
defaultLensFacing
final static CameraFeatures.LensFacing defaultLensFacing(CameraConfig $self)
-
isZoomGestureEnabled
final static Boolean isZoomGestureEnabled(CameraConfig $self)
-
focalLength
final static Double focalLength(CameraConfig $self)
-
zoomRatio
final static Double zoomRatio(CameraConfig $self)
-
maxZoomRatio
final static Double maxZoomRatio(CameraConfig $self)
-
maxFocalLength
final static Double maxFocalLength(CameraConfig $self)
-
fallbackLensFacings
final static EnumSet<CameraFeatures.LensFacing> fallbackLensFacings(CameraConfig $self)
-
tapToFocusTimeoutMs
final static Integer tapToFocusTimeoutMs(CameraConfig $self)
-
isTapToFocusEnabled
final static Boolean isTapToFocusEnabled(CameraConfig $self)
-
isCameraXRequired
final static Boolean isCameraXRequired(CameraConfig $self)
-
getCameraConfigFromJsonObject
final static CameraConfig getCameraConfigFromJsonObject(JSONObject jsonConfig)
-
toJsonObject
final static JSONObject toJsonObject(CameraConfig $self)
-
-
-
-