Package us.zoom.sdk

Enum MobileRTCRawDataError

    • Enum Constant Detail

      • MobileRTCRawData_Uninitialized

        public static final MobileRTCRawDataError MobileRTCRawData_Uninitialized
      • MobileRTCRawData_Malloc_Failed

        public static final MobileRTCRawDataError MobileRTCRawData_Malloc_Failed
      • MobileRTCRawData_Invalid_Param

        public static final MobileRTCRawDataError MobileRTCRawData_Invalid_Param
      • MobileRTCRawData_Not_In_Meeting

        public static final MobileRTCRawDataError MobileRTCRawData_Not_In_Meeting
      • MobileRTCRawData_Video_Module_Not_Ready

        public static final MobileRTCRawDataError MobileRTCRawData_Video_Module_Not_Ready
      • MobileRTCRawData_Video_Module_Error

        public static final MobileRTCRawDataError MobileRTCRawData_Video_Module_Error
      • MobileRTCRawData_Video_device_error

        public static final MobileRTCRawDataError MobileRTCRawData_Video_device_error
      • MobileRTCRawData_No_Video_Data

        public static final MobileRTCRawDataError MobileRTCRawData_No_Video_Data
      • MobileRTCRawData_Share_Module_Not_Ready

        public static final MobileRTCRawDataError MobileRTCRawData_Share_Module_Not_Ready
      • MobileRTCRawData_Hare_Module_Error

        public static final MobileRTCRawDataError MobileRTCRawData_Hare_Module_Error
      • MobileRTCRawData_No_Share_Data

        public static final MobileRTCRawDataError MobileRTCRawData_No_Share_Data
      • MobileRTCRawData_SHARE_CANNOT_SUBSCRIBE_MYSELF

        public static final MobileRTCRawDataError MobileRTCRawData_SHARE_CANNOT_SUBSCRIBE_MYSELF
      • MobileRTCRawData_Audio_Module_Not_Ready

        public static final MobileRTCRawDataError MobileRTCRawData_Audio_Module_Not_Ready
      • MobileRTCRawData_Audio_Module_Error

        public static final MobileRTCRawDataError MobileRTCRawData_Audio_Module_Error
      • MobileRTCRawData_No_Audio_Data

        public static final MobileRTCRawDataError MobileRTCRawData_No_Audio_Data
      • SDKRawDataError_PREPROCESS_RAWDATA_ERROR

        public static final MobileRTCRawDataError SDKRawDataError_PREPROCESS_RAWDATA_ERROR
      • SDKRawDataError_NO_DEVICE_RUNNING

        public static final MobileRTCRawDataError SDKRawDataError_NO_DEVICE_RUNNING
      • SDKRawDataError_VIRTUAL_DEVICE

        public static final MobileRTCRawDataError SDKRawDataError_VIRTUAL_DEVICE
      • SDKRawDataError_CANNOT_CHANGE_VIRTUAL_DEVICE_IN_PREVIEW

        public static final MobileRTCRawDataError SDKRawDataError_CANNOT_CHANGE_VIRTUAL_DEVICE_IN_PREVIEW
      • SDKRawDataError_INTERNAL_ERROR

        public static final MobileRTCRawDataError SDKRawDataError_INTERNAL_ERROR
      • SDKRawDataError_SEND_TOO_MUCH_DATA_IN_SINGLE_TIME

        public static final MobileRTCRawDataError SDKRawDataError_SEND_TOO_MUCH_DATA_IN_SINGLE_TIME
      • SDKRawDataError_SEND_TOO_FREQUENTLY

        public static final MobileRTCRawDataError SDKRawDataError_SEND_TOO_FREQUENTLY
      • SDKRawDataError_VIRTUAL_MIC_IS_TERMINATE

        public static final MobileRTCRawDataError SDKRawDataError_VIRTUAL_MIC_IS_TERMINATE
      • SDKRawDataError_NOT_JOIN_AUDIO

        public static final MobileRTCRawDataError SDKRawDataError_NOT_JOIN_AUDIO
    • Method Detail

      • values

        public static MobileRTCRawDataError[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (MobileRTCRawDataError c : MobileRTCRawDataError.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static MobileRTCRawDataError valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null