Skip to content

Commit

Permalink
remove exportAsMediaDirect warning
Browse files Browse the repository at this point in the history
  • Loading branch information
justintaylor-dev committed Feb 27, 2024
1 parent d8901cf commit b24c56b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Premiere/15.0/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b24c56b

Please sign in to comment.