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

Method progress

packages/core/src/app/PlaybackManager.ts:78–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 public async progress() {
79 this.finished = await this.next();
80 return this.finished;
81 }
82
83 public async seek(frame: number): Promise<boolean> {
84 if (

Callers 5

tweenerMethod · 0.80
editTweenMethod · 0.80
runMethod · 0.80
getMediaByFramesMethod · 0.80
runMethod · 0.80

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected