use std::path::PathBuf; use jellycommon::Source; pub struct RemuxerContext {} impl RemuxerContext { pub fn generate(&self, path_base: PathBuf, source: Source) {} }