Enumeration PlaybackEvent

The playback events which the session tracker should be notified about.

Enumeration Members

END: 1

The media playback session has ended. For example, when the player reaches end of stream, or when the user exits playback mid-way, or when the user leaves the page, or when advancing to the next item in a playlist.

EXIT_FULLSCREEN: 7

TODO

FULLSCREEN: 6

TODO

MUTE: 4

TODO

PAUSE: 2

TODO

RESUME: 3

TODO

START: 0

The media playback session has started. This may be in response to a user-initiated action (click to play) or a page initiated action (auto play).

UNMUTE: 5

TODO

Generated using TypeDoc