Skip to content

Commit b24c56b

Browse files
remove exportAsMediaDirect warning
1 parent d8901cf commit b24c56b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Premiere/15.0/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ declare class Sequence {
193193
exportAsFinalCutProXML(exportPath: string, suppressUI?: number): boolean
194194

195195
/**
196-
* Premiere Pro exports the sequence immediately. WARNING: This method is not synchronous, will return before render job is completed.
196+
* Premiere Pro exports the sequence immediately.
197197
* @param outputFilePath The output file path (with name).
198198
* @param presetPath The .epr file to use.
199199
* @param workAreaType Optional work area specifier.
@@ -1927,10 +1927,10 @@ declare class Encoder {
19271927
*/
19281928
declare class ComponentParamCollection {
19291929
/** Number of items */
1930-
readonly numItems: number;
1930+
readonly numItems: number
19311931

19321932
/** Number of items */
1933-
readonly length: number;
1933+
readonly length: number
19341934

19351935
bind(eventName: string, function_: any): void
19361936
clearProperty(propertyKey: string): void

0 commit comments

Comments
 (0)