1# AudioEvent 2 3 4## 概述 5 6音频事件。 7 8**起始版本:** 4.0 9 10**相关模块:**[HdiAudio](_hdi_audio_v11.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| unsigned int [eventType](#eventtype) | 事件类型,详情参考[AudioEventType](_hdi_audio_v11.md#audioeventtype)。 | 21| unsigned int [deviceType](#devicetype) | 设备类型,详情参考[AudioDeviceType](_hdi_audio_v11.md#audiodevicetype)。 | 22 23 24## 类成员变量说明 25 26 27### deviceType 28 29``` 30unsigned int AudioEvent::deviceType 31``` 32 33**描述** 34 35设备类型,详情参考[AudioDeviceType](_hdi_audio_v11.md#audiodevicetype)。 36 37 38### eventType 39 40``` 41unsigned int AudioEvent::eventType 42``` 43 44**描述** 45 46事件类型,详情参考[AudioEventType](_hdi_audio_v11.md#audioeventtype)。 47