MCPcopy Create free account
hub / github.com/Roy3838/Observer /

Class

app/src/utils/tauriStreamCapture.ts:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108class TauriStreamCapture {
109 private capturing = false;
110 private latestFrameBytes: Uint8Array | null = null;
111 private latestBase64Frame: string | null = null; // Cached base64 conversion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected