public static enum LiveInjectStreamConfig.AudioSampleRateType extends java.lang.Enum<LiveInjectStreamConfig.AudioSampleRateType>
Enum Constant and Description |
---|
TYPE_32000 |
TYPE_44100 |
TYPE_48000 |
Modifier and Type | Method and Description |
---|---|
static int |
getValue(LiveInjectStreamConfig.AudioSampleRateType type) |
static LiveInjectStreamConfig.AudioSampleRateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LiveInjectStreamConfig.AudioSampleRateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiveInjectStreamConfig.AudioSampleRateType TYPE_32000
public static final LiveInjectStreamConfig.AudioSampleRateType TYPE_44100
public static final LiveInjectStreamConfig.AudioSampleRateType TYPE_48000
public static LiveInjectStreamConfig.AudioSampleRateType[] values()
for (LiveInjectStreamConfig.AudioSampleRateType c : LiveInjectStreamConfig.AudioSampleRateType.values()) System.out.println(c);
public static LiveInjectStreamConfig.AudioSampleRateType 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 static int getValue(LiveInjectStreamConfig.AudioSampleRateType type)