public enum BitRateMode extends Enum<BitRateMode>
| Enum Constant and Description |
|---|
ConstantBitRate |
VariableBitRate |
| Modifier and Type | Method and Description |
|---|---|
static BitRateMode |
fromString(String value) |
static BitRateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitRateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitRateMode VariableBitRate
public static final BitRateMode ConstantBitRate
public static BitRateMode[] values()
for (BitRateMode c : BitRateMode.values()) System.out.println(c);
public static BitRateMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static BitRateMode fromString(String value)
Copyright © 2009–2020 Opencast Project. All rights reserved.