public static enum LiveTranscoding.VideoCodecProfileType extends java.lang.Enum<LiveTranscoding.VideoCodecProfileType>
Enum Constant and Description |
---|
BASELINE
66: Baseline video codec profile.
|
HIGH
100: (Default) High video codec profile.
|
MAIN
77: Main video codec profile.
|
Modifier and Type | Method and Description |
---|---|
static int |
getValue(LiveTranscoding.VideoCodecProfileType type) |
static LiveTranscoding.VideoCodecProfileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LiveTranscoding.VideoCodecProfileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiveTranscoding.VideoCodecProfileType BASELINE
public static final LiveTranscoding.VideoCodecProfileType MAIN
public static final LiveTranscoding.VideoCodecProfileType HIGH
public static LiveTranscoding.VideoCodecProfileType[] values()
for (LiveTranscoding.VideoCodecProfileType c : LiveTranscoding.VideoCodecProfileType.values()) System.out.println(c);
public static LiveTranscoding.VideoCodecProfileType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static int getValue(LiveTranscoding.VideoCodecProfileType type)