From b24c56b3549ab6105d38ef4e2c39e97397c6382c Mon Sep 17 00:00:00 2001 From: Justin Taylor Date: Mon, 26 Feb 2024 17:54:26 -0800 Subject: [PATCH] remove exportAsMediaDirect warning --- Premiere/15.0/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Premiere/15.0/index.d.ts b/Premiere/15.0/index.d.ts index 167c42b..a54ad37 100644 --- a/Premiere/15.0/index.d.ts +++ b/Premiere/15.0/index.d.ts @@ -193,7 +193,7 @@ declare class Sequence { exportAsFinalCutProXML(exportPath: string, suppressUI?: number): boolean /** - * Premiere Pro exports the sequence immediately. WARNING: This method is not synchronous, will return before render job is completed. + * Premiere Pro exports the sequence immediately. * @param outputFilePath The output file path (with name). * @param presetPath The .epr file to use. * @param workAreaType Optional work area specifier. @@ -1927,10 +1927,10 @@ declare class Encoder { */ declare class ComponentParamCollection { /** Number of items */ - readonly numItems: number; + readonly numItems: number /** Number of items */ - readonly length: number; + readonly length: number bind(eventName: string, function_: any): void clearProperty(propertyKey: string): void