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

Method close

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

Source from the content-addressed store, hash-verified

250 }
251
252 public close() {
253 this.sampler?.getSegment().close();
254 this.sampler?.getLastFrame()?.close();
255 this.file.flush();
256 }
257}

Callers 1

getNextFrameMethod · 0.45

Calls 2

getSegmentMethod · 0.80
getLastFrameMethod · 0.45

Tested by

no test coverage detected