File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ declare class Sequence {
193193 exportAsFinalCutProXML ( exportPath : string , suppressUI ?: number ) : boolean
194194
195195 /**
196- * Premiere Pro exports the sequence immediately. WARNING: This method is not synchronous, will return before render job is completed.
196+ * Premiere Pro exports the sequence immediately.
197197 * @param outputFilePath The output file path (with name).
198198 * @param presetPath The .epr file to use.
199199 * @param workAreaType Optional work area specifier.
@@ -1927,10 +1927,10 @@ declare class Encoder {
19271927 */
19281928declare class ComponentParamCollection {
19291929 /** Number of items */
1930- readonly numItems : number ;
1930+ readonly numItems : number
19311931
19321932 /** Number of items */
1933- readonly length : number ;
1933+ readonly length : number
19341934
19351935 bind ( eventName : string , function_ : any ) : void
19361936 clearProperty ( propertyKey : string ) : void
You can’t perform that action at this time.
0 commit comments