[@liveryvideo/player](../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.
