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

Method getLastTime

packages/2d/src/lib/utils/video/parser/parser.ts:244–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242 }
243
244 public getLastTime() {
245 return this.getTimeSubtractingFrames(1);
246 }
247
248 public getLastFrame() {
249 return this.sampler?.getLastFrame();

Callers 2

getFrameFunction · 0.45

Calls 1

Tested by

no test coverage detected