pks-capture-linux 0.1.0

Linux PipeWire and ALSA loopback capture for PocketStation
1
2
3
4
5
6
7
8
9
#[cfg(target_os = "linux")]
mod linux;
#[cfg(target_os = "linux")]
mod session_backend;

#[cfg(target_os = "linux")]
pub use linux::{discover_sources_linux, DesktopCaptureSource, SystemLoopbackSource};
#[cfg(target_os = "linux")]
pub use session_backend::DesktopCaptureBackend;