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
// System documentation for lookaheads: https://sofie-automation.github.io/sofie-core/docs/for-developers/for-blueprint-developers/lookahead
109
+
110
+
/**
111
+
* Disable lookahead for this layer
112
+
*/
108
113
NONE=0,
114
+
115
+
/**
116
+
* Preload content with a secondary layer.
117
+
* This requires support from the TSR device, to allow for preloading on a resource at the same time as it being on air.
118
+
* For example, this allows for your TimelineObjects to control the foreground of a CasparCG layer, with lookahead controlling the background of the same layer.
119
+
*/
109
120
PRELOAD=1,
121
+
110
122
// RETAIN = 2, // Removed due to complexity and it being possible to emulate with WHEN_CLEAR and infinites
123
+
124
+
/**
125
+
* Fill the gaps between the planned objects on a layer.
126
+
* This is the primary lookahead mode, and appears to TSR devices as a single layer of simple objects.
0 commit comments