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

Method startFrame

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

Source from the content-addressed store, hash-verified

99 private active = false;
100
101 private get startFrame() {
102 return Math.min(
103 this.playback.duration,
104 this.status.secondsToFrames(this.startTime),
105 );
106 }
107
108 private get endFrame() {
109 return Math.min(

Callers

nothing calls this directly

Calls 1

secondsToFramesMethod · 0.80

Tested by

no test coverage detected