MCPcopy
hub / github.com/midrender/revideo / recalculate

Method recalculate

packages/core/src/scenes/Scene.ts:256–256  ·  view source on GitHub ↗

* Recalculate the scene. * * @remarks * The task of this method is to calculate new timings stored in the cache. * When this method is invoked, `this.project.frame` is set to the frame at * which this scene should start (firstFrame). * * At the end of execution, this met

(setFrame: (frame: number) => void)

Source from the content-addressed store, hash-verified

254 * Should trigger {@link onRecalculated}.
255 */
256 recalculate(setFrame: (frame: number) => void): Promise<void>;
257
258 /**
259 * Progress this scene one frame forward.

Callers 5

getNumberOfFramesMethod · 0.65
runMethod · 0.65
getMediaByFramesMethod · 0.65
prepareMethod · 0.65
recalculateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected