Package com.banuba.sdk.internal
Class Constants
- java.lang.Object
-
- com.banuba.sdk.internal.Constants
-
public final class Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ASPECT_H
static int
ASPECT_W
static float
DEGREES_F_360
static int
DEGREES_I_0
static int
DEGREES_I_180
static int
DEGREES_I_270
static int
DEGREES_I_30
static int
DEGREES_I_360
static int
DEGREES_I_45
static int
DEGREES_I_60
static int
DEGREES_I_90
static android.util.Size
FALLBACK_PREVIEW_SIZE
static int
FLIP_HORIZONTALLY
static int
FLIP_VERTICALLY
static long
IMAGE_AVAILABLE_DELAY
static long
NANO_TO_MICRO_L_DIVIDER
static double
NANO_TO_MILLI_D_DIVIDER
static double
NANO_TO_SECOND_D_DIVIDER
static long
NANO_TO_SECOND_L_DIVIDER
static int
NO_FLIP
static int
ORIGINAL_SIDE_LARGE
static int
ORIGINAL_SIDE_SMALL
static long
SESSION_DELAY
-
-
-
Field Detail
-
ASPECT_W
public static final int ASPECT_W
- See Also:
- Constant Field Values
-
ASPECT_H
public static final int ASPECT_H
- See Also:
- Constant Field Values
-
FALLBACK_PREVIEW_SIZE
public static final android.util.Size FALLBACK_PREVIEW_SIZE
-
DEGREES_I_0
public static final int DEGREES_I_0
- See Also:
- Constant Field Values
-
DEGREES_I_30
public static final int DEGREES_I_30
- See Also:
- Constant Field Values
-
DEGREES_I_45
public static final int DEGREES_I_45
- See Also:
- Constant Field Values
-
DEGREES_I_60
public static final int DEGREES_I_60
- See Also:
- Constant Field Values
-
DEGREES_I_90
public static final int DEGREES_I_90
- See Also:
- Constant Field Values
-
DEGREES_I_180
public static final int DEGREES_I_180
- See Also:
- Constant Field Values
-
DEGREES_I_270
public static final int DEGREES_I_270
- See Also:
- Constant Field Values
-
DEGREES_I_360
public static final int DEGREES_I_360
- See Also:
- Constant Field Values
-
IMAGE_AVAILABLE_DELAY
public static final long IMAGE_AVAILABLE_DELAY
- See Also:
- Constant Field Values
-
ORIGINAL_SIDE_LARGE
public static final int ORIGINAL_SIDE_LARGE
- See Also:
- Constant Field Values
-
ORIGINAL_SIDE_SMALL
public static final int ORIGINAL_SIDE_SMALL
- See Also:
- Constant Field Values
-
NO_FLIP
public static final int NO_FLIP
- See Also:
- Constant Field Values
-
FLIP_VERTICALLY
public static final int FLIP_VERTICALLY
- See Also:
- Constant Field Values
-
FLIP_HORIZONTALLY
public static final int FLIP_HORIZONTALLY
- See Also:
- Constant Field Values
-
DEGREES_F_360
public static final float DEGREES_F_360
- See Also:
- Constant Field Values
-
SESSION_DELAY
public static final long SESSION_DELAY
- See Also:
- Constant Field Values
-
NANO_TO_SECOND_L_DIVIDER
public static final long NANO_TO_SECOND_L_DIVIDER
-
NANO_TO_MICRO_L_DIVIDER
public static final long NANO_TO_MICRO_L_DIVIDER
-
NANO_TO_SECOND_D_DIVIDER
public static final double NANO_TO_SECOND_D_DIVIDER
-
NANO_TO_MILLI_D_DIVIDER
public static final double NANO_TO_MILLI_D_DIVIDER
-
-