NERtc Windows SDK  V4.4.301
nertc_warn_code.h
浏览该文件的文档.
1 
6 #ifndef NERTC_WARN_CODE_H
7 #define NERTC_WARN_CODE_H
8 
13 namespace nertc
14 {
19 typedef enum
20 {
25  //ADM module.
36  //The definition of warning code on the Windows platform.
41  //The definition of warning code on the macOS platform. Starts from 30000.
42 
43  //The definition of warning code on the iOS platform. Starts from 40000.
44 
45  //The definition of warning code on theAndroid platform. Starts from 50000.
46 
48 
49 } // namespace nertc
50 
51 #endif
namespace nertc
NERtcWarnCode
Definition: nertc_warn_code.h:20
@ kNERtcWarnADMWinCoreNoDataReadyEvent
Definition: nertc_warn_code.h:37
@ kNERtcWarnADMRecordMalfunction
Definition: nertc_warn_code.h:30
@ kNERtcWarnADMGlitchState
Definition: nertc_warn_code.h:34
@ kNERtcWarnADMWinCoreNoPlayoutDevice
Definition: nertc_warn_code.h:39
@ kNERtcWarnInvalidView
Definition: nertc_warn_code.h:21
@ kNERtcWarnInitVideo
Definition: nertc_warn_code.h:22
@ kNERtcWarnADMPlayoutMalfunction
Definition: nertc_warn_code.h:29
@ kNERtcWarningChannelAbilityNotMatch
Definition: nertc_warn_code.h:24
@ kNERtcWarnADMPlayoutAudioLowLevel
Definition: nertc_warn_code.h:32
@ kNERtcWarnPending
Definition: nertc_warn_code.h:23
@ kNERtcWarnADMImproperSettings
Definition: nertc_warn_code.h:35
@ kNERtcWarnADMWinCoreImproperCaptureRelease
Definition: nertc_warn_code.h:40
@ kNERtcWarnAPMHowling
Definition: nertc_warn_code.h:33
@ kNERtcWarnADMRuntimePlayoutWarning
Definition: nertc_warn_code.h:26
@ kNERtcWarnADMRecordAudioLowLevel
Definition: nertc_warn_code.h:31
@ kNERtcWarnADMRecordAudioSilence
Definition: nertc_warn_code.h:28
@ kNERtcWarnADMWinCoreNoRecordingDevice
Definition: nertc_warn_code.h:38
@ kNERtcWarnADMRuntimeRecordingWarning
Definition: nertc_warn_code.h:27