-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum LivekitIngress.IngressAudioOptions.EncodingOptionsCase
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ENCODINGOPTIONS_NOT_SETOPTIONSPRESET
-
Method Summary
Modifier and Type Method Description static LivekitIngress.IngressAudioOptions.EncodingOptionsCasevalueOf(int value)static LivekitIngress.IngressAudioOptions.EncodingOptionsCaseforNumber(int value)intgetNumber()static Array<LivekitIngress.IngressAudioOptions.EncodingOptionsCase>values()static LivekitIngress.IngressAudioOptions.EncodingOptionsCasevalueOf(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)
-
-
-
-