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

Method pushImage

packages/ffmpeg/src/image-stream.ts:7–11  ·  view source on GitHub ↗
(image: Buffer | null)

Source from the content-addressed store, hash-verified

5 private hasData = false;
6
7 public pushImage(image: Buffer | null) {
8 this.image = image;
9 this.hasData = true;
10 this._read();
11 }
12
13 // eslint-disable-next-line @typescript-eslint/naming-convention
14 public override _read() {

Callers 2

handleFrameMethod · 0.80
endMethod · 0.80

Calls 1

_readMethod · 0.95

Tested by

no test coverage detected