audioEngine.AudioState 枚举
模块: cc
声音播放状态
索引
ERRORINITIALZINGPLAYINGPAUSEDSTOPPED
Details
ERROR
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/audio/CCAudio.js:69 | 
INITIALZING
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/audio/CCAudio.js:73 | 
PLAYING
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/audio/CCAudio.js:77 | 
PAUSED
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/audio/CCAudio.js:81 | 
STOPPED
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/audio/CCAudio.js:85 |