public enum Codecs extends Enum<Codecs>
Enum Constant and Description |
---|
H_264_41 |
H_264_42 |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static Codecs |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Codecs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Codecs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Codecs H_264_41
public static final Codecs H_264_42
public static final Codecs UNKNOWN_TO_SDK_VERSION
public static Codecs[] values()
for (Codecs c : Codecs.values()) System.out.println(c);
public static Codecs 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 nullpublic String getValue()
Copyright © 2023. All rights reserved.