| 106 | } |
| 107 | |
| 108 | class TauriStreamCapture { |
| 109 | private capturing = false; |
| 110 | private latestFrameBytes: Uint8Array | null = null; |
| 111 | private latestBase64Frame: string | null = null; // Cached base64 conversion |
nothing calls this directly
no outgoing calls
no test coverage detected