Interface MKAudioDownloadQualityChangeEvent

MKPlayer event base.

Hierarchy

Properties

sourceQuality?: MKQuality

Previous quality or null if no quality was set before.

sourceQualityId: string

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

targetQuality?: MKQuality

New quality.

targetQualityId: string

ID of the new quality.

timestamp: number

The timestamp (in milliseconds) when this event was fired.

Event type.