Package com.alivc.live.pusher
Enum AlivcLivePushConstants.BITRATE_480P
- java.lang.Object
-
- java.lang.Enum<AlivcLivePushConstants.BITRATE_480P>
-
- com.alivc.live.pusher.AlivcLivePushConstants.BITRATE_480P
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<AlivcLivePushConstants.BITRATE_480P>
- Enclosing class:
- AlivcLivePushConstants
public static enum AlivcLivePushConstants.BITRATE_480P extends java.lang.Enum<AlivcLivePushConstants.BITRATE_480P>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEFAULT_VALUE_INT_INIT_BITRATE
DEFAULT_VALUE_INT_MIN_BITRATE
DEFAULT_VALUE_INT_TARGET_BITRATE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBitrate()
static AlivcLivePushConstants.BITRATE_480P
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AlivcLivePushConstants.BITRATE_480P[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DEFAULT_VALUE_INT_TARGET_BITRATE
public static final AlivcLivePushConstants.BITRATE_480P DEFAULT_VALUE_INT_TARGET_BITRATE
-
DEFAULT_VALUE_INT_MIN_BITRATE
public static final AlivcLivePushConstants.BITRATE_480P DEFAULT_VALUE_INT_MIN_BITRATE
-
DEFAULT_VALUE_INT_INIT_BITRATE
public static final AlivcLivePushConstants.BITRATE_480P DEFAULT_VALUE_INT_INIT_BITRATE
-
-
Method Detail
-
values
public static AlivcLivePushConstants.BITRATE_480P[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AlivcLivePushConstants.BITRATE_480P c : AlivcLivePushConstants.BITRATE_480P.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AlivcLivePushConstants.BITRATE_480P valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getBitrate
public int getBitrate()
-
-