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
Monitor
s. - Shared
Memory - This is not clone-able.
Enums§
Traits§
- Capturer
Buffer - Provides a buffer for the capturer to store the captured frame.
- Frame
Info Ext - Monitor
Info Ext - OutDupl
Desc Ext - Output
Desc Ext
Type Aliases§
- Result
- Shared
Memory Capturer - Capture screen to a chunk of shared memory.
- VecCapturer
- Capture screen to a
Vec<u8>
.