@rendley/sdk 1.11.13 → 1.11.14

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/dist/Engine.d.ts CHANGED
@@ -119,6 +119,7 @@ export declare class Engine {
119
119
  hasCustomClipType(typeEnum: string): boolean;
120
120
  reset(): void;
121
121
  isReady(): boolean;
122
+ isSafeToSerialize(): boolean;
122
123
  serialize(): {
123
124
  display: {
124
125
  width: number;
@@ -273,6 +274,7 @@ export declare class Engine {
273
274
  encoderCrf: number;
274
275
  encoderForcedCodecRFCString: string;
275
276
  encoderPreferredAcceleration: import("./modules/settings").PreferredAcceleration;
277
+ encoderKeyframeInterval: number;
276
278
  subtitlesScaleOnResize: boolean;
277
279
  subtitlesAutoWrapOnResize: boolean;
278
280
  viewAutoLayoutOnResize: import("./modules/settings").AutoLayoutMode;