UNPKG

@liveryvideo/player

Version:

Livery video player for use in web browsers.

55 lines (30 loc) 884 B
[@liveryvideo/player v7.15.0](../index.md) / LiveryPlaybackChangeEvent # Class: LiveryPlaybackChangeEvent Dispatched when `playbackState` has changed. ## Extends - `Event` ## Properties ### paused > `readonly` **paused**: `boolean` True if `playbackState` is PAUSED or ENDED. I.e: not playing as intended. *** ### playbackState > `readonly` **playbackState**: [`PlaybackState`](../type-aliases/PlaybackState.md) Playback state. *** ### playing > `readonly` **playing**: `boolean` True if `playbackState` is PLAYING, FAST_FORWARD, SLOW_MO or REWIND. I.e: playing as intended. Can change on: livery-playback-change. *** ### stalled > `readonly` **stalled**: `boolean` True if `playbackState` is BUFFERING or SEEKING. I.e: not playing, but trying to. Can change on: livery-playback-change. *** ### type > `static` **type**: `"livery-playback-change"` Event type.