spout-rs 0.1.3

Rust bindings for Spout2 — GPU texture sharing on Windows
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, PartialEq)]
pub struct SenderInfo {
    pub name: String,
    pub width: u32,
    pub height: u32,
    pub fps: f64,
}