@adobe/premierepro 26.3.0 → 26.5.0-beta.3
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 +3 -3
package/package.json
CHANGED
package/src/premierepro.d.ts
CHANGED
|
@@ -632,7 +632,7 @@ export declare type AudioTrack = {
|
|
|
632
632
|
*
|
|
633
633
|
* @param name
|
|
634
634
|
*/
|
|
635
|
-
createSetNameAction(name: string):
|
|
635
|
+
createSetNameAction(name: string): Action;
|
|
636
636
|
|
|
637
637
|
/**
|
|
638
638
|
* sets the mute state of the track to muted/unmuted
|
|
@@ -688,7 +688,7 @@ export declare type CaptionTrack = {
|
|
|
688
688
|
*
|
|
689
689
|
* @param name
|
|
690
690
|
*/
|
|
691
|
-
createSetNameAction(name: string):
|
|
691
|
+
createSetNameAction(name: string): Action;
|
|
692
692
|
|
|
693
693
|
/**
|
|
694
694
|
* sets the mute state of the track to muted/unmuted
|
|
@@ -4280,7 +4280,7 @@ export declare type VideoTrack = {
|
|
|
4280
4280
|
*
|
|
4281
4281
|
* @param name
|
|
4282
4282
|
*/
|
|
4283
|
-
createSetNameAction(name: string):
|
|
4283
|
+
createSetNameAction(name: string): Action;
|
|
4284
4284
|
|
|
4285
4285
|
/**
|
|
4286
4286
|
* sets the mute state of the track to muted/unmuted
|