@remotion/renderer 4.0.507 → 4.0.509

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/client.d.ts CHANGED
@@ -1426,6 +1426,22 @@ export declare const BrowserSafeApis: {
1426
1426
  setConfig(value: boolean): void;
1427
1427
  id: "force-new";
1428
1428
  };
1429
+ experimentalKeepAudioContextAliveOption: {
1430
+ name: string;
1431
+ cliFlag: "experimental-keep-audio-context-alive";
1432
+ description: () => import("react/jsx-runtime").JSX.Element;
1433
+ ssrName: null;
1434
+ docLink: string;
1435
+ type: boolean;
1436
+ getValue: ({ commandLine }: {
1437
+ commandLine: Record<string, unknown>;
1438
+ }) => {
1439
+ value: boolean;
1440
+ source: string;
1441
+ };
1442
+ setConfig(value: boolean): void;
1443
+ id: "experimental-keep-audio-context-alive";
1444
+ };
1429
1445
  numberOfSharedAudioTagsOption: {
1430
1446
  name: string;
1431
1447
  cliFlag: "number-of-shared-audio-tags";