UNPKG

@liveryvideo/player

Version:

Livery video player for use in web browsers.

34 lines (17 loc) 450 B
[@liveryvideo/player v7.15.0](../index.md) / LiveryVolumeChangeEvent # Class: LiveryVolumeChangeEvent Dispatched when `volume` and/or `muted` have changed. ## Extends - `Event` ## Properties ### muted > `readonly` **muted**: `boolean` If true then audio is muted. *** ### volume > `readonly` **volume**: `number` Audio volume, from 0.0 (silent) to 1.0 (loudest). *** ### type > `static` **type**: `"livery-volume-change"` Event type.