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) • 530 B
JavaScript
/**
* Marked section of a sound represented by name, and optionally start time, duration, and config object.
*
* @typedef {object} Phaser.Types.Sound.SoundMarker
* @since 3.0.0
*
* @property {string} name - Unique identifier of a sound marker.
* @property {number} [start=0] - Sound position offset at witch playback should start.
* @property {number} [duration] - Playback duration of this marker.
* @property {Phaser.Types.Sound.SoundConfig} [config] - An optional config object containing default marker settings.
*/