_audio_event.md 784 字节
Newer Older
Z
zengyawen 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
# AudioEvent


## 概述

音频事件。

**Since:**

3.2

**Version:**

1.0

**相关模块:**

[Audio](_audio.md)


## 汇总


### Public 属性

  | 名称 | 描述 | 
| -------- | -------- |
| [eventType](#eventtype) | unsigned&nbsp;int<br/>事件类型,详情参考[AudioEventType](_audio.md#audioeventtype)。 | 
| [deviceType](#devicetype) | unsigned&nbsp;int<br/>设备类型,详情参考[AudioDeviceType](_audio.md#audiodevicetype)。 | 


## 类成员变量说明


### deviceType

  
```
unsigned int AudioEvent::deviceType
```

**描述:**

设备类型,详情参考[AudioDeviceType](_audio.md#audiodevicetype)


### eventType

  
```
unsigned int AudioEvent::eventType
```

**描述:**

事件类型,详情参考[AudioEventType](_audio.md#audioeventtype)