public static enum AlivcLiveStreamType.EnumType extends java.lang.Enum<AlivcLiveStreamType.EnumType>
Enum Constant and Description |
---|
AlivcLiveStreamRtc
RTC interactive
|
AlivcLiveStreamRtmp
RTMP
|
AlivcLiveStreamRts
ARTC
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix() |
int |
getValue() |
static AlivcLiveStreamType.EnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLiveStreamType.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLiveStreamType.EnumType AlivcLiveStreamRtmp
public static final AlivcLiveStreamType.EnumType AlivcLiveStreamRts
public static final AlivcLiveStreamType.EnumType AlivcLiveStreamRtc
public static AlivcLiveStreamType.EnumType[] values()
for (AlivcLiveStreamType.EnumType c : AlivcLiveStreamType.EnumType.values()) System.out.println(c);
public static AlivcLiveStreamType.EnumType 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 java.lang.String getPrefix()