[@liveryvideo/player](../index.md) / LiveryQualitiesChangeEvent

# Class: LiveryQualitiesChangeEvent

Dispatched when `qualities` has changed.

## Extends

- `Event`

## Properties

### qualities

> `readonly` **qualities**: `object`

Stream qualities.

#### abr

> **abr**: `number`

Index of quality that is selected by ABR to be played.

#### active

> **active**: `number`

Index of quality that is being played, or -1 if no quality is active yet.

#### forced

> **forced**: `number`

Index of quality that is being forced, or -1 if no quality is forced.

#### list

> **list**: [`Quality`](../interfaces/Quality.md)[]

List of qualities that can be played.

#### selected

> **selected**: `number`

Index of quality that is selected to be played, or -1 if ABR is used.

***

### type

> `static` **type**: `"livery-qualities-change"`

Event type.
