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

Method read

apps/desktop/src/utils/shared-frame-buffer.ts:243–243  ·  view source on GitHub ↗
(timeoutMs?: number)

Source from the content-addressed store, hash-verified

241
242export interface Consumer {
243 read(timeoutMs?: number): ArrayBuffer | null;
244 readInto(target: Uint8Array, timeoutMs?: number): number | null;
245 borrow(timeoutMs?: number): BorrowedFrame | null;
246 isShutdown(): boolean;

Callers 15

startFunction · 0.80
drainStreamFunction · 0.80
readStreamFunction · 0.80
drainStreamFunction · 0.80
readStreamWithLimitFunction · 0.80
extractAudioFunction · 0.80
pullFunction · 0.80
drainStreamFunction · 0.80
readStreamWithLimitFunction · 0.80
downloadVideoToTempFunction · 0.80
processVideoFunction · 0.80
generateThumbnailFunction · 0.80

Calls

no outgoing calls

Tested by 1

readStreamFunction · 0.64