@rendley/sdk 1.12.0 → 1.12.1

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.
@@ -34,6 +34,7 @@ export declare class VideoClip extends Clip<PIXI.Sprite, ClipStyle<PIXI.Sprite>>
34
34
  private lastLeftTrim;
35
35
  private lastRightTrim;
36
36
  private mediaDataDuration;
37
+ private audioDataDuration;
37
38
  private decoder;
38
39
  private frameQueue;
39
40
  private isRendering;
@@ -43,6 +44,8 @@ export declare class VideoClip extends Clip<PIXI.Sprite, ClipStyle<PIXI.Sprite>>
43
44
  private callbacks;
44
45
  constructor(options: VideoClipOptions);
45
46
  init(layerId: string): Promise<void>;
47
+ private updateRenderWithPlayerFlag;
48
+ private updateAudioDuration;
46
49
  getLeftRenderBound(): number;
47
50
  getRightRenderBound(): number;
48
51
  private getGlobalTimeToClipTime;
@@ -107,6 +107,8 @@ export declare class Layer {
107
107
  getDuration(): number;
108
108
  hasEmptySpace(startTime: number, endTime: number): boolean;
109
109
  getClipById(clipId: string): Clip | undefined;
110
+ getClips(): Record<string, Clip<PIXI.Sprite, import("../clip").ClipStyle<PIXI.Sprite>>>;
111
+ getClipIds(): string[];
110
112
  getNextEmptySpace(startTime: number, endTime: number): number;
111
113
  adjustClipsLayout(): void;
112
114
  setZIndex(zIndex: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rendley/sdk",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "license": "LICENSE",
5
5
  "author": "Onix Technologies",
6
6
  "homepage": "https://rendley.com",