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