1# AudioEvent 2 3 4## 概述 5 6音频事件。 7 8**Since:** 9 103.2 11 12**Version:** 13 141.0 15 16**相关模块:** 17 18[Audio](_audio.md) 19 20 21## 汇总 22 23 24### Public 属性 25 26 | 名称 | 描述 | 27| -------- | -------- | 28| [eventType](#eventtype) | unsigned int<br/>事件类型,详情参考[AudioEventType](_audio.md#audioeventtype)。 | 29| [deviceType](#devicetype) | unsigned int<br/>设备类型,详情参考[AudioDeviceType](_audio.md#audiodevicetype)。 | 30 31 32## 类成员变量说明 33 34 35### deviceType 36 37 38``` 39unsigned int AudioEvent::deviceType 40``` 41 42**描述:** 43 44设备类型,详情参考[AudioDeviceType](_audio.md#audiodevicetype)。 45 46 47### eventType 48 49 50``` 51unsigned int AudioEvent::eventType 52``` 53 54**描述:** 55 56事件类型,详情参考[AudioEventType](_audio.md#audioeventtype)。 57