MCPcopy
hub / github.com/CapSoftware/Cap / write

Method write

apps/desktop/src/utils/shared-frame-buffer.ts:105–105  ·  view source on GitHub ↗
(frameData: ArrayBuffer)

Source from the content-addressed store, hash-verified

103
104export interface Producer {
105 write(frameData: ArrayBuffer): boolean;
106 signalShutdown(): void;
107}
108

Callers 9

processNextFrameFunction · 0.80
exportImageFunction · 0.80
handleOutputFunction · 0.80
spawnChromeFunction · 0.80
streamConcatFilesFunction · 0.80
downloadVideoToTempFunction · 0.80
mainFunction · 0.80
convertWavToMp3Function · 0.80
runCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected