NET_SDK_AUDIO_ABNORMAL_INFO_T¶
Structure Definition¶
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 | |
Function Description¶
Abnormal sound alarm information structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| nSoundLevel | int | Sound intensity. |
| nBackgroundLevel | int | Background sound intensity (not returned in IPC). |
| byAlarm | unsigned char | Whether to issue an alarm. |
| byAbnormalType | unsigned char | Abnormal type, 0: initial value; 1: steep rise, 2: steep drop; 3: abnormal sound pickup. |
| byReverse | unsigned char[2] | Reserved field. |