public enum DirectCdnStreamingError extends java.lang.Enum<DirectCdnStreamingError>
Enum Constant and Description |
---|
AUDIO_PUBLICATION
audio.
|
BAD_NAME
Generally, Already exist stream name.
|
FAILED
error.
|
NET_CONNECT
net connect.
|
OK
success.
|
VIDEO_PUBLICATION
video.
|
Modifier and Type | Method and Description |
---|---|
static DirectCdnStreamingError |
fromInt(int v) |
int |
getValue() |
static DirectCdnStreamingError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DirectCdnStreamingError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectCdnStreamingError OK
public static final DirectCdnStreamingError FAILED
public static final DirectCdnStreamingError AUDIO_PUBLICATION
public static final DirectCdnStreamingError VIDEO_PUBLICATION
public static final DirectCdnStreamingError NET_CONNECT
public static final DirectCdnStreamingError BAD_NAME
public static DirectCdnStreamingError[] values()
for (DirectCdnStreamingError c : DirectCdnStreamingError.values()) System.out.println(c);
public static DirectCdnStreamingError 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 getValue()
public static DirectCdnStreamingError fromInt(int v)