public static enum AlivcLivePushConstants.BITRATE_540P extends java.lang.Enum<AlivcLivePushConstants.BITRATE_540P>
Enum Constant and Description |
---|
DEFAULT_VALUE_INT_INIT_BITRATE |
DEFAULT_VALUE_INT_MIN_BITRATE |
DEFAULT_VALUE_INT_TARGET_BITRATE |
INTERACTIVE_VALUE_INT_INIT_BITRATE |
INTERACTIVE_VALUE_INT_MIN_BITRATE |
INTERACTIVE_VALUE_INT_TARGET_BITRATE |
Modifier and Type | Method and Description |
---|---|
int |
getBitrate() |
static AlivcLivePushConstants.BITRATE_540P |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePushConstants.BITRATE_540P[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLivePushConstants.BITRATE_540P DEFAULT_VALUE_INT_TARGET_BITRATE
public static final AlivcLivePushConstants.BITRATE_540P DEFAULT_VALUE_INT_MIN_BITRATE
public static final AlivcLivePushConstants.BITRATE_540P DEFAULT_VALUE_INT_INIT_BITRATE
public static final AlivcLivePushConstants.BITRATE_540P INTERACTIVE_VALUE_INT_TARGET_BITRATE
public static final AlivcLivePushConstants.BITRATE_540P INTERACTIVE_VALUE_INT_MIN_BITRATE
public static final AlivcLivePushConstants.BITRATE_540P INTERACTIVE_VALUE_INT_INIT_BITRATE
public static AlivcLivePushConstants.BITRATE_540P[] values()
for (AlivcLivePushConstants.BITRATE_540P c : AlivcLivePushConstants.BITRATE_540P.values()) System.out.println(c);
public static AlivcLivePushConstants.BITRATE_540P valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getBitrate()