Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AudioDownloadQualityChangeEvent

Hierarchy

Index

Properties

Optional sourceQuality

sourceQuality: AudioQuality | null

Previous quality or null if no quality was set before.

sourceQualityId

sourceQualityId: string | null

ID of the previous quality or null if no quality was set before.

Optional targetQuality

targetQuality: AudioQuality

New quality

targetQualityId

targetQualityId: string

ID of the new quality.

timestamp

timestamp: number

The time at which this event was fired

type

type: Event

Event type, e.g. 'onPlay'

Generated using TypeDoc