#[doc(inline)]
pub use self::video_file_service::{
VideoFileService, VideoFileServiceClient, AsyncVideoFileService,
AsyncVideoFileServiceClient,
};
#[doc(inline)]
pub use self::video_segment_service::{
VideoSegmentService, VideoSegmentServiceClient, AsyncVideoSegmentService,
AsyncVideoSegmentServiceClient,
};
#[doc(inline)]
pub use self::video_service::{
VideoService, VideoServiceClient, AsyncVideoService, AsyncVideoServiceClient,
};
pub mod video_file_service;
pub mod video_segment_service;
pub mod video_service;