#[doc(inline)]
pub use self::video_file_service::{
VideoFileService, AsyncVideoFileService, VideoFileServiceEndpoints,
AsyncVideoFileServiceEndpoints,
};
#[doc(inline)]
pub use self::video_segment_service::{
VideoSegmentService, AsyncVideoSegmentService, VideoSegmentServiceEndpoints,
AsyncVideoSegmentServiceEndpoints,
};
#[doc(inline)]
pub use self::video_service::{
VideoService, AsyncVideoService, VideoServiceEndpoints, AsyncVideoServiceEndpoints,
};
pub mod video_file_service;
pub mod video_segment_service;
pub mod video_service;