@adobe/premierepro 26.2.0 → 26.3.0-beta.29
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 +6 -16
package/package.json
CHANGED
package/src/premierepro.d.ts
CHANGED
|
@@ -1741,6 +1741,12 @@ export declare type Marker = {
|
|
|
1741
1741
|
* @param comments
|
|
1742
1742
|
*/
|
|
1743
1743
|
createSetCommentsAction(comments: string): Action;
|
|
1744
|
+
|
|
1745
|
+
/**
|
|
1746
|
+
* The unique identifier of the marker.
|
|
1747
|
+
* @readonly
|
|
1748
|
+
*/
|
|
1749
|
+
readonly guid: Guid;
|
|
1744
1750
|
};
|
|
1745
1751
|
|
|
1746
1752
|
export declare type MarkersStatic = {
|
|
@@ -2368,22 +2374,6 @@ export declare type ProjectConverterStatic = {
|
|
|
2368
2374
|
outputFilePath: string,
|
|
2369
2375
|
suppressUI?: boolean
|
|
2370
2376
|
): 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
2377
|
};
|
|
2388
2378
|
|
|
2389
2379
|
export declare type ProjectConverter = {};
|