IncrementalRenderCompiler
Defined in: compiler.ts:510
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new IncrementalRenderCompiler():
IncrementalRenderCompiler
Returns
Section titled “Returns”IncrementalRenderCompiler
Methods
Section titled “Methods”clear()
Section titled “clear()”clear():
void
Defined in: compiler.ts:544
Releases the incremental baseline retained for clip/transition reuse.
Returns
Section titled “Returns”void
compile()
Section titled “compile()”compile(
project,sequenceId,revision,optionsOrAffectedRanges):RenderIrCompilation
Defined in: compiler.ts:551
Parameters
Section titled “Parameters”project
Section titled “project”sequenceId
Section titled “sequenceId”string
revision
Section titled “revision”bigint
optionsOrAffectedRanges
Section titled “optionsOrAffectedRanges”RenderCompileOptions | readonly object[]
Returns
Section titled “Returns”fork()
Section titled “fork()”fork():
IncrementalRenderCompiler
Defined in: compiler.ts:529
Creates an isolated compiler that reuses this compiler’s immutable baseline. Compiling on the fork cannot advance or corrupt the parent baseline; a host can promote the fork only after its surrounding transaction commits.
Returns
Section titled “Returns”IncrementalRenderCompiler