Phaser API Documentation

  Version: 
SoundMarker

Description:

Marked section of a sound represented by name, and optionally start time, duration, and config object.

Properties:
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.

Type:
object
Since: 3.0.0