Package io.agora.rtc2.video
Enum Class CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE
java.lang.Object
java.lang.Enum<CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE>
io.agora.rtc2.video.CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE
- All Implemented Interfaces:
Serializable,Comparable<CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE>,Constable
- Enclosing class:
- CameraCapturerConfiguration
public static enum CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE
extends Enum<CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription0: (Default) Standard lens.Telephoto lens.2: Ultra-wide-angle lens.1: Wide-angle lens. -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
CAMERA_FOCAL_LENGTH_DEFAULT
public static final CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE CAMERA_FOCAL_LENGTH_DEFAULT0: (Default) Standard lens. -
CAMERA_FOCAL_LENGTH_WIDE_ANGLE
public static final CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE CAMERA_FOCAL_LENGTH_WIDE_ANGLE1: Wide-angle lens. -
CAMERA_FOCAL_LENGTH_ULTRA_WIDE
public static final CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE CAMERA_FOCAL_LENGTH_ULTRA_WIDE2: Ultra-wide-angle lens. -
CAMERA_FOCAL_LENGTH_TELEPHOTO
public static final CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE CAMERA_FOCAL_LENGTH_TELEPHOTOTelephoto lens.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-