-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum LivekitIngress.IngressAudioOptions.EncodingOptionsCase
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ENCODINGOPTIONS_NOT_SET
OPTIONS
PRESET
-
Method Summary
Modifier and Type Method Description static LivekitIngress.IngressAudioOptions.EncodingOptionsCase
valueOf(int value)
static LivekitIngress.IngressAudioOptions.EncodingOptionsCase
forNumber(int value)
int
getNumber()
static Array<LivekitIngress.IngressAudioOptions.EncodingOptionsCase>
values()
static LivekitIngress.IngressAudioOptions.EncodingOptionsCase
valueOf(String name)
-
-
Method Detail
-
valueOf
@Deprecated() static LivekitIngress.IngressAudioOptions.EncodingOptionsCase valueOf(int value)
-
forNumber
static LivekitIngress.IngressAudioOptions.EncodingOptionsCase forNumber(int value)
-
getNumber
int getNumber()
-
values
static Array<LivekitIngress.IngressAudioOptions.EncodingOptionsCase> values()
-
valueOf
static LivekitIngress.IngressAudioOptions.EncodingOptionsCase valueOf(String name)
-
-
-
-