UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

12 lines (11 loc) 426 B
/** * An entry in the Web Audio Decoding Queue. * * @typedef {object} Phaser.Types.Sound.WebAudioDecodeEntry * @since 3.60.0 * * @property {string} key - The key of the sound. * @property {function} success - The callback to invoke on successful decoding. * @property {function} failure - The callback to invoke if the decoding fails. * @property {boolean} decoding - Has the decoding of this sound file started? */