We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ef19c commit 9e8ee71Copy full SHA for 9e8ee71
packages/blueprints-integration/src/documents/partInstance.ts
@@ -31,4 +31,16 @@ export interface IBlueprintPartInstanceTimings {
31
reportedStartedPlayback?: Time
32
/** Point in time the Part stopped playing (ie the time of the playout) */
33
reportedStoppedPlayback?: Time
34
+
35
+ /**
36
+ * Point in time where the Part is planned to start playing.
37
+ * This gets set when the part is taken
38
+ * It may get set to a point in the past, if an offset is chosen when starting to play the part
39
+ */
40
+ plannedStartedPlayback?: Time
41
42
+ * Point in time where the Part is planned to stop playing
43
+ * This gets set when the plannedStartedPlayback of the following part is set
44
45
+ plannedStoppedPlayback?: Time
46
}
0 commit comments