Type alias SoundEvents

SoundEvents: BaseAudioEvents & {
    loopEnd: undefined;
    rateChange: number;
    soundError: SoundErrorEvent;
}

Sound-specific events.

Type declaration