MediaTrackingEventsMediaEventType Enumeration |
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum MediaEventType
Public Enumeration MediaEventType
public enum class MediaEventType
Members
| Member name | Value | Description |
---|
| FULLSCREEN | 0 |
Player entered fullscreen mode
|
| EXIT_FULLSCREEN | 1 |
Player exited fullscreen mode
|
| LAUNCH | 2 |
Unit or overlay launched
|
| FINISH | 3 |
Unit or overlay finished
|
| RESUME | 4 |
Playback resumed
|
| PAUSE | 5 |
Playback paused
|
| REWIND | 6 |
Seeking backward
|
| FORWARD | 7 |
Seeking forward
|
| SKIP | 8 |
Unit skipped
|
| IMPRESSION | 9 |
Ad impression
|
| CREATIVE_VIEW | 10 |
Creative view impression
|
| START | 11 |
Unit entered state playable
|
| COMPLETE | 12 |
Content unit played to 100%
|
| CLOSE | 13 |
User exited playback
|
| CLOSE_LINEAR | 14 |
User exited playback
|
| ERROR | 15 |
Playback error
|
| MUTE | 16 |
User muted playback
|
| UNMUTE | 17 |
User unmuted playback
|
| CLICK | 18 |
User tapped overlay
|
| UNIT_FINISHED | 19 |
Unit finished playback
|
| UNIT_FINISHED_URL | 20 |
Unit finished playback
|
| LICENSE_INVALID | 21 |
License is invalid, please check that your package ID is listed on https://panel.veeso.co |
| PLAYLIST_FINISHED | 22 |
The player reached the end of the playlist
|
| CLOCK_TICK | 23 |
Event emitted every second when player is running.
|
| USER_PAUSE | 24 |
User paused playback (event for tracking direct user interaction with pause/unpause flows)
|
| USER_UNPAUSE | 25 |
User resumed playback (event for tracking direct user interaction with pause/unpause flows)
|
| POSITION | 26 | |
| PLAYBACK_STATE_CHANGED | 27 | |
| BUFFER_START | 28 | |
| BUFFER_END | 29 | |
| START_PROCESSING_NEW_UNIT | 30 | |
| PLAYBACK_REQUESTED | 31 | |
| CONTROLS_HIDDEN | 32 | |
| CONTROLS_DISPLAYED | 33 | |
See Also