public static enum VideoStream.CodecSettingsCase extends Enum<VideoStream.CodecSettingsCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CODECSETTINGS_NOT_SET |
H264 |
H265 |
VP9 |
| Modifier and Type | Method and Description |
|---|---|
static VideoStream.CodecSettingsCase |
forNumber(int value) |
int |
getNumber() |
static VideoStream.CodecSettingsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VideoStream.CodecSettingsCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoStream.CodecSettingsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoStream.CodecSettingsCase H264
public static final VideoStream.CodecSettingsCase H265
public static final VideoStream.CodecSettingsCase VP9
public static final VideoStream.CodecSettingsCase CODECSETTINGS_NOT_SET
public static VideoStream.CodecSettingsCase[] values()
for (VideoStream.CodecSettingsCase c : VideoStream.CodecSettingsCase.values()) System.out.println(c);
public static VideoStream.CodecSettingsCase 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 null@Deprecated public static VideoStream.CodecSettingsCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static VideoStream.CodecSettingsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.