mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-13 02:54:26 +08:00
feat: 初步增加 Windows 支持
This commit is contained in:
@@ -9,14 +9,14 @@ pub use super::format::{PixelFormat, Resolution};
|
||||
// From video::frame
|
||||
pub use super::frame::VideoFrame;
|
||||
|
||||
// From video::encoder (codec-level types)
|
||||
pub use super::encoder::{BitratePreset, VideoCodecType};
|
||||
// From video::codec (codec-level types)
|
||||
pub use super::codec::{BitratePreset, VideoCodecType};
|
||||
|
||||
// From video::encoder::registry
|
||||
pub use super::encoder::registry::{EncoderBackend, VideoEncoderType};
|
||||
// From video::codec::registry
|
||||
pub use super::codec::registry::{EncoderBackend, VideoEncoderType};
|
||||
|
||||
// From video::shared_video_pipeline
|
||||
pub use super::shared_video_pipeline::{
|
||||
// From video::pipeline
|
||||
pub use super::pipeline::{
|
||||
EncodedVideoFrame, PipelineStateNotification, SharedVideoPipeline, SharedVideoPipelineConfig,
|
||||
SharedVideoPipelineStats,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user