@adobe/premierepro 26.2.0 → 26.3.0-beta.19
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/package.json +1 -1
- package/src/premierepro.d.ts +0 -16
package/package.json
CHANGED
package/src/premierepro.d.ts
CHANGED
|
@@ -2368,22 +2368,6 @@ export declare type ProjectConverterStatic = {
|
|
|
2368
2368
|
outputFilePath: string,
|
|
2369
2369
|
suppressUI?: boolean
|
|
2370
2370
|
): Promise<boolean>;
|
|
2371
|
-
|
|
2372
|
-
/**
|
|
2373
|
-
* Import a Final Cut Pro XML file into the active project.
|
|
2374
|
-
*
|
|
2375
|
-
* @param importPath
|
|
2376
|
-
* @param suppressUI
|
|
2377
|
-
*/
|
|
2378
|
-
importFromFinalCutProXML(importPath: string, suppressUI?: boolean): Promise<boolean>;
|
|
2379
|
-
|
|
2380
|
-
/**
|
|
2381
|
-
* Import an OpenTimelineIO file into the active project.
|
|
2382
|
-
*
|
|
2383
|
-
* @param importPath
|
|
2384
|
-
* @param suppressUI
|
|
2385
|
-
*/
|
|
2386
|
-
importFromOpenTimelineIO(importPath: string, suppressUI?: boolean): Promise<boolean>;
|
|
2387
2371
|
};
|
|
2388
2372
|
|
|
2389
2373
|
export declare type ProjectConverter = {};
|