1 2 3 4 5 6 7 8 9 10 11 12 13 14
mod capture; #[cfg(not(feature = "wgc"))] mod dxgi_video_recorder; #[cfg(not(feature = "wgc"))] mod gdi; mod utils; #[cfg(feature = "wgc")] mod wgc; #[cfg(feature = "wgc")] mod wgc_video_recorder; pub mod impl_monitor; pub mod impl_video_recorder; pub mod impl_window;