public enum VideoCodecStatus extends java.lang.Enum<VideoCodecStatus>
Enum Constant and Description |
---|
ERR_PARAMETER |
ERR_REQUEST_SLI |
ERR_SIZE |
ERROR |
FALLBACK_SOFTWARE |
LEVEL_EXCEEDED |
MEMORY |
NO_OUTPUT |
OK |
REQUEST_SLI |
TARGET_BITRATE_OVERSHOOT |
TIMEOUT |
UNINITIALIZED |
Modifier and Type | Method and Description |
---|---|
int |
getNumber() |
static VideoCodecStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoCodecStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoCodecStatus REQUEST_SLI
public static final VideoCodecStatus NO_OUTPUT
public static final VideoCodecStatus OK
public static final VideoCodecStatus ERROR
public static final VideoCodecStatus LEVEL_EXCEEDED
public static final VideoCodecStatus MEMORY
public static final VideoCodecStatus ERR_PARAMETER
public static final VideoCodecStatus ERR_SIZE
public static final VideoCodecStatus TIMEOUT
public static final VideoCodecStatus UNINITIALIZED
public static final VideoCodecStatus ERR_REQUEST_SLI
public static final VideoCodecStatus FALLBACK_SOFTWARE
public static final VideoCodecStatus TARGET_BITRATE_OVERSHOOT
public static VideoCodecStatus[] values()
for (VideoCodecStatus c : VideoCodecStatus.values()) System.out.println(c);
public static VideoCodecStatus 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 int getNumber()
6.0.0