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

Method destroy

packages/ffmpeg/src/video-frame-extractor.ts:393–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391 }
392
393 public destroy() {
394 this.terminated = true;
395 this.process?.kill('SIGTERM');
396 }
397}

Callers 2

handleRenderFinishedMethod · 0.80

Calls 1

killMethod · 0.65

Tested by

no test coverage detected