Expand description
Async screen capture operations for pipeline integration
Wraps the synchronous ScreenTools via
tokio::task::spawn_blocking for use in async contexts (pipeline, GUI).
Structs§
- Screenshot
Inline Options - Options for bounded inline screenshot payloads.
- Screenshot
Return Options
Enums§
- Screenshot
Return Mode - How the screenshot tool should return its result.
Functions§
- screenshot
- Capture a screenshot asynchronously.
- screenshot_
with_ options - Capture a screenshot asynchronously with configurable return options.
- start_
recording - Start screen recording asynchronously.
- stop_
recording - Stop screen recording asynchronously.