跳转到内容

IncrementalRenderCompiler

此内容尚不支持你的语言。

Defined in: compiler.ts:510

new IncrementalRenderCompiler(): IncrementalRenderCompiler

IncrementalRenderCompiler

clear(): void

Defined in: compiler.ts:544

Releases the incremental baseline retained for clip/transition reuse.

void


compile(project, sequenceId, revision, optionsOrAffectedRanges): RenderIrCompilation

Defined in: compiler.ts:551

AelionProject

string

bigint

RenderCompileOptions | readonly object[]

RenderIrCompilation


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.

IncrementalRenderCompiler