pub trait Format: Send + Sync {
// Required method
fn set_option(&mut self, key: &str, value: &Variant) -> Result<(), Error>;
}Expand description
Base trait for all media format implementations
pub trait Format: Send + Sync {
// Required method
fn set_option(&mut self, key: &str, value: &Variant) -> Result<(), Error>;
}Base trait for all media format implementations