Skip to content

Commit a4b7eb0

Browse files
added duration description
1 parent dd17f60 commit a4b7eb0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

v3/src/sound/BaseSound.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ var BaseSound = new Class({
2525
* @property {ISoundConfig} config
2626
*/
2727
this.config = {
28+
/**
29+
* A value representing the duration, in seconds.
30+
* It could be total sound duration or a marker duration.
31+
*
32+
* @type {number}
33+
*/
2834
duration: 0
2935
};
3036
/**

0 commit comments

Comments
 (0)