# AudioEvent
## 概述
音频事件。
**Since:**
3.2
**Version:**
1.0
**相关模块:**
[Audio](_audio.md)
## 汇总
### Public 属性
| 名称 | 描述 |
| -------- | -------- |
| [eventType](#eventtype) | unsigned int
事件类型,详情参考[AudioEventType](_audio.md#audioeventtype)。 |
| [deviceType](#devicetype) | unsigned int
设备类型,详情参考[AudioDeviceType](_audio.md#audiodevicetype)。 |
## 类成员变量说明
### deviceType
```
unsigned int AudioEvent::deviceType
```
**描述:**
设备类型,详情参考[AudioDeviceType](_audio.md#audiodevicetype)。
### eventType
```
unsigned int AudioEvent::eventType
```
**描述:**
事件类型,详情参考[AudioEventType](_audio.md#audioeventtype)。