mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-12 10:34:24 +08:00
feat: 初步增加 Windows 支持
This commit is contained in:
9
src/video/pipeline/mod.rs
Normal file
9
src/video/pipeline/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
//! Video processing pipelines.
|
||||
|
||||
mod encoder_state;
|
||||
mod shared;
|
||||
|
||||
pub use shared::{
|
||||
EncodedVideoFrame, PipelineStateNotification, SharedVideoPipeline, SharedVideoPipelineConfig,
|
||||
SharedVideoPipelineStats,
|
||||
};
|
||||
Reference in New Issue
Block a user