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