@netless/slide 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/Slide.d.ts CHANGED
@@ -338,6 +338,7 @@ export declare class Slide extends Slide_base {
338
338
  private isTouchStart;
339
339
  private touchStartId;
340
340
  private taskId;
341
+ private volumeAdjuster;
341
342
  private designWidth;
342
343
  private designHeight;
343
344
  private _slideCount;
@@ -541,6 +542,10 @@ export declare class Slide extends Slide_base {
541
542
  * @param v 数值范围 0 ~ 1
542
543
  */
543
544
  updateGlobalVolume(v: number): void;
545
+ /**
546
+ * 获取全局音量
547
+ */
548
+ getGlobalVolume(): number;
544
549
  /**
545
550
  * 销毁历史所有本地缓存
546
551
  */