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

Method endFrame

packages/core/src/app/Player.ts:108–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 private get endFrame() {
109 return Math.min(
110 this.playback.duration,
111 this.status.secondsToFrames(this.endTime),
112 );
113 }
114
115 private get finished() {
116 return this.playback.finished || this.playback.frame >= this.endFrame;

Callers

nothing calls this directly

Calls 1

secondsToFramesMethod · 0.80

Tested by

no test coverage detected