Marked section of a sound represented by name, and optionally start time, duration, and config object.
name | type | arguments | description |
---|---|---|---|
name | string |
Unique identifier of a sound marker. |
|
start | number | <optional> |
Sound position offset at witch playback should start. |
duration | number | <optional> |
Playback duration of this marker. |
config | Phaser.Types.Sound.SoundConfig | <optional> |
An optional config object containing default marker settings. |