Crate rusty_duplication

Source

Structs§

Capturer
This is stateful and holds a buffer of the last captured frame.
Monitor
Monitor context for screen duplication. This is stateless and immutable.
Scanner
Scan for Monitors.
SharedMemory
This is not clone-able.

Enums§

Error

Traits§

CapturerBuffer
Provides a buffer for the capturer to store the captured frame.
FrameInfoExt
MonitorInfoExt
OutDuplDescExt
OutputDescExt

Type Aliases§

Result
SharedMemoryCapturer
Capture screen to a chunk of shared memory.
VecCapturer
Capture screen to a Vec<u8>.