Phaser API Documentation

  Version: 

Member of: Phaser.Types.Sound

WebAudioDecodeEntry

Description:

An entry in the Web Audio Decoding Queue.

Properties:
name type description
key string

The key of the sound.

success function

The callback to invoke on successful decoding.

failure function

The callback to invoke if the decoding fails.

decoding boolean

Has the decoding of this sound file started?

Type:
object
Since: 3.60.0