Skip to content

Commit 7ee8329

Browse files
projectitem timeDisplayFormat
1 parent 4763068 commit 7ee8329

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

Premiere/15.0/index.d.ts

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type SDKEventType = "warning" | "info" | "error"
2424
declare enum WorkAreaType {
2525
ENCODE_ENTIRE = 0,
2626
ENCODE_IN_TO_OUT = 1,
27-
ENCODE_WORK_AREA = 2
27+
ENCODE_WORK_AREA = 2,
2828
}
2929

3030
declare enum TIME_FORMAT {
@@ -88,17 +88,17 @@ declare class Sequence {
8888
* Subtitle (Default)
8989
*/
9090
static readonly CAPTION_FORMAT_SUBTITLE: number
91-
91+
9292
/**
9393
* CEA-608
9494
*/
9595
static readonly CAPTION_FORMAT_608: number
96-
96+
9797
/**
9898
* CEA-708
9999
*/
100100
static readonly CAPTION_FORMAT_708: number
101-
101+
102102
/**
103103
* Teletext
104104
*/
@@ -118,7 +118,7 @@ declare class Sequence {
118118
* OP-47
119119
*/
120120
static readonly CAPTION_FORMAT_OP47: number
121-
121+
122122
/**
123123
*
124124
*/
@@ -247,7 +247,11 @@ declare class Sequence {
247247
* @param presetPath The .epr file to use.
248248
* @param workAreaType Optional work area specifier.
249249
*/
250-
exportAsMediaDirect(outputFilePath: string, presetPath: string, workAreaType?: WorkAreaType): string
250+
exportAsMediaDirect(
251+
outputFilePath: string,
252+
presetPath: string,
253+
workAreaType?: WorkAreaType,
254+
): string
251255

252256
/**
253257
* Exports the sequence (and its constituent media) as a new PPro project.
@@ -1393,6 +1397,11 @@ declare class ProjectItem {
13931397
*/
13941398
readonly type: number
13951399

1400+
/**
1401+
*
1402+
*/
1403+
timeDisplayFormat: number
1404+
13961405
/**
13971406
*
13981407
*/

0 commit comments

Comments
 (0)