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