public enum MobileRTCRawDataError extends java.lang.Enum<MobileRTCRawDataError>
| Modifier and Type | Method and Description |
|---|---|
static MobileRTCRawDataError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MobileRTCRawDataError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobileRTCRawDataError MobileRTCRawData_Success
public static final MobileRTCRawDataError MobileRTCRawData_Uninitialized
public static final MobileRTCRawDataError MobileRTCRawData_Malloc_Failed
public static final MobileRTCRawDataError MobileRTCRawData_Wrongusage
public static final MobileRTCRawDataError MobileRTCRawData_Invalid_Param
public static final MobileRTCRawDataError MobileRTCRawData_Not_In_Meeting
public static final MobileRTCRawDataError MobileRTCRawData_No_License
public static final MobileRTCRawDataError MobileRTCRawData_Video_Module_Not_Ready
public static final MobileRTCRawDataError MobileRTCRawData_Video_Module_Error
public static final MobileRTCRawDataError MobileRTCRawData_Video_device_error
public static final MobileRTCRawDataError MobileRTCRawData_No_Video_Data
public static final MobileRTCRawDataError MobileRTCRawData_Share_Module_Not_Ready
public static final MobileRTCRawDataError MobileRTCRawData_Hare_Module_Error
public static final MobileRTCRawDataError MobileRTCRawData_No_Share_Data
public static final MobileRTCRawDataError MobileRTCRawData_Audio_Module_Not_Ready
public static final MobileRTCRawDataError MobileRTCRawData_Audio_Module_Error
public static final MobileRTCRawDataError MobileRTCRawData_No_Audio_Data
public static MobileRTCRawDataError[] values()
for (MobileRTCRawDataError c : MobileRTCRawDataError.values()) System.out.println(c);
public static MobileRTCRawDataError 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