@@ -441,9 +441,9 @@ Determines whether the file at path can be opened as a Premiere Pro [project](..
441
441
442
442
#### Parameters
443
443
444
- | Parameter | Type | Description |
445
- | --------- | ------ | ----------------- |
446
- | ` path ` | String | A path to a file. |
444
+ | Argument | Type | Description |
445
+ | -------- | ------ | ----------------- |
446
+ | ` path ` | String | A path to a file. |
447
447
448
448
#### Returns
449
449
@@ -490,9 +490,9 @@ Creates a new .prproj [Project object](../general/project.md), at the specified
490
490
491
491
#### Parameters
492
492
493
- | Parameter | Type | Description |
494
- | --------- | ------ | -------------------------------------------------------------------- |
495
- | ` path ` | String | A full path to new project; a .prproj extension will * not* be added. |
493
+ | Argument | Type | Description |
494
+ | -------- | ------ | -------------------------------------------------------------------- |
495
+ | ` path ` | String | A full path to new project; a .prproj extension will * not* be added. |
496
496
497
497
#### Returns
498
498
@@ -510,7 +510,7 @@ Opens the file at the specified path, as a Premiere Pro [Project object](../gene
510
510
511
511
#### Parameters
512
512
513
- | Parameter | Type | Description |
513
+ | Argument | Type | Description |
514
514
| -------------------------- | ------- | --------------------------------------------------------------- |
515
515
| ` path ` | String | Full path to the document to be opened. |
516
516
| ` suppressConversionDialog ` | Boolean | Optional. Suppress project conversion dialog. |
@@ -534,7 +534,7 @@ Opens an FCP XML file as a Premiere Pro [Project object](../general/project.md)
534
534
535
535
#### Parameters
536
536
537
- | Parameter | Type | Description |
537
+ | Argument | Type | Description |
538
538
| ---------- | ------ | ----------- |
539
539
| ` path ` | String | |
540
540
| ` projPath ` | String | |
@@ -573,7 +573,7 @@ Determines whether proxy usage is currently enabled.
573
573
574
574
#### Parameters
575
575
576
- | Parameter | Type | Description |
576
+ | Argument | Type | Description |
577
577
| --------- | ------- | ----------------------------------------- |
578
578
| ` enabled ` | Integer | ` 1 ` turns proxies on, ` 0 ` turns them off. |
579
579
@@ -593,7 +593,7 @@ Whether extension with the given extensionID persists, within this session.
593
593
594
594
#### Parameters
595
595
596
- | Parameter | Type | Description |
596
+ | Argument | Type | Description |
597
597
| ------------- | ------- | ------------------------------------------------------------- |
598
598
| ` extensionID ` | String | Which extension to modify. |
599
599
| ` persistent ` | Integer | Pass ` 1 ` to keep extension in memory, ` 0 ` to allow unloading. |
@@ -625,7 +625,7 @@ Specifies the path to be used for one of Premiere Pro's scratch disk paths.
625
625
626
626
#### Parameters
627
627
628
- | Parameter | Type | Description |
628
+ | Argument | Type | Description |
629
629
| ----------------- | ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
630
630
| ` path ` | String | The new path to be used. |
631
631
| ` scratchDiskType ` | ` ScratchDiskType ` enum | Enumerated value, must be one of the following:<ul ><li >` ScratchDiskType.FirstVideoCaptureFolder ` </li ><li >` ScratchDiskType.FirstAudioCaptureFolder ` </li ><li >` ScratchDiskType.FirstVideoPreviewFolder ` </li ><li >` ScratchDiskType.FirstAudioPreviewFolder ` </li ><li >` ScratchDiskType.FirstAutoSaveFolder ` </li ><li >` ScratchDiskType.FirstCCLibrariesFolder ` </li ><li >` ScratchDiskType.FirstCapsuleMediaFolder ` </li ></ul > |
@@ -655,7 +655,7 @@ Writes a string to Premiere Pro's Events panel.
655
655
656
656
#### Parameters
657
657
658
- | Parameter | Type | Description |
658
+ | Argument | Type | Description |
659
659
| ----------- | ------ | ---------------------------------------------------------------------------- |
660
660
| ` message ` | String | A message to display. |
661
661
| ` decorator ` | String | Decorator, one of:<ul ><li >` info ` </li ><li >` warning ` </li ><li >` error ` </li ></ul > |
@@ -676,7 +676,7 @@ Set workspace as active. Use [app.getWorkspaces()](#appgetworkspaces) to get a l
676
676
677
677
#### Parameters
678
678
679
- | Parameter | Type | Description |
679
+ | Argument | Type | Description |
680
680
| ----------- | ------ | -------------------------- |
681
681
| ` workspace ` | String | The name of the workspace. |
682
682
0 commit comments