VideoPlayer.EventType
Enum
Module: cc
Video event type
Index
PLAYING
PAUSED
STOPPED
COMPLETED
META_LOADED
CLICKED
READY_TO_PLAY
Details
PLAYING
play
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCVideoPlayer.js:32 |
PAUSED
pause
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCVideoPlayer.js:37 |
STOPPED
stop
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCVideoPlayer.js:42 |
COMPLETED
play end
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCVideoPlayer.js:47 |
META_LOADED
meta data is loaded
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCVideoPlayer.js:52 |
CLICKED
clicked by the user
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCVideoPlayer.js:57 |
READY_TO_PLAY
ready to play
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCVideoPlayer.js:62 |