VideoPlayer.EventType
Enum
Video event type
Index
PLAYING
PAUSED
STOPPED
COMPLETED
META_LOADED
CLICKED
READY_TO_PLAY
Details
PLAYING
play
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCVideoPlayer.js:33 |
PAUSED
pause
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCVideoPlayer.js:38 |
STOPPED
stop
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCVideoPlayer.js:43 |
COMPLETED
play end
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCVideoPlayer.js:48 |
META_LOADED
meta data is loaded
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCVideoPlayer.js:53 |
CLICKED
clicked by the user
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCVideoPlayer.js:58 |
READY_TO_PLAY
ready to play
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCVideoPlayer.js:63 |