public static enum CSConstants.MuteMediaType extends java.lang.Enum<CSConstants.MuteMediaType>
| Enum Constant and Description |
|---|
E_MEDIA_TYPE_VIDEO |
E_MEDIA_TYPE_VOICE |
E_MEDIA_TYPE_VOICE_VIDEO |
E_UNKNOWN_MEDIA_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static CSConstants.MuteMediaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CSConstants.MuteMediaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSConstants.MuteMediaType E_UNKNOWN_MEDIA_TYPE
public static final CSConstants.MuteMediaType E_MEDIA_TYPE_VOICE
public static final CSConstants.MuteMediaType E_MEDIA_TYPE_VIDEO
public static final CSConstants.MuteMediaType E_MEDIA_TYPE_VOICE_VIDEO
public static CSConstants.MuteMediaType[] values()
for (CSConstants.MuteMediaType c : CSConstants.MuteMediaType.values()) System.out.println(c);
public static CSConstants.MuteMediaType 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 null