isSoundDecoded(key) → {boolean}
Check if the given sound has finished decoding.
Parameters
| Name | Type | Description |
|---|---|---|
key | string | The key of the asset within the cache. |
Returns
boolean -
The decoded state of the Sound object.
- Source code: loader/Cache.js (Line 743)
Please login to continue.