You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Insert a pieceInstance. Returns id of new PieceInstance. Any timelineObjects will have their ids changed, so are not safe to reference from another piece */
/** If this piece has been insterted during run of rundown (such as adLibs), then this is set to the timestamp it was inserted */
62
62
dynamicallyInserted?: Time
63
63
64
+
/** If this piece's lifespan has been changed to infinite during run of the rundown (adLib action, onTake, ...), then this is set to the timestamp it was changed */
65
+
dynamicallyConvertedToInfinite?: Time
66
+
64
67
/** This is set when the duration needs to be overriden from some user action */
65
68
userDuration?: {
66
69
/** The time relative to the part (milliseconds since start of part) */
0 commit comments