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

Method getLastFrame

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

Source from the content-addressed store, hash-verified

246 }
247
248 public getLastFrame() {
249 return this.sampler?.getLastFrame();
250 }
251
252 public close() {
253 this.sampler?.getSegment().close();

Callers 4

getFrameFunction · 0.45
getNextFrameMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected