Update player module exports
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
//! 視頻播放模組
|
//! Player module
|
||||||
|
//!
|
||||||
|
//! Video playback, frame decoding, and rendering
|
||||||
|
|
||||||
mod video;
|
pub mod video;
|
||||||
mod audio;
|
pub mod ffmpeg;
|
||||||
mod ffmpeg;
|
pub mod renderer;
|
||||||
mod controls;
|
pub mod state;
|
||||||
|
|
||||||
pub use video::VideoPlayer;
|
pub use video::Video;
|
||||||
|
pub use state::{PlayerState, PlaybackState};
|
||||||
|
|||||||
Reference in New Issue
Block a user