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