Expand description
Screencast state for the trace tool โ a ring buffer of timestamped PNG
frames captured by a background task at a fixed interval. Pairs with the
EventRecorder (events) and logs (network/console) to form a trace bundle.
Structsยง
- Screencast
- Shared screencast state. Thread-safe; mutex locks are short-lived and recover from poisoning.
- Trace
Frame - A single captured frame: milliseconds since trace start + base64 PNG.