Trait kplayer_rust_wrap::kplayer::plugin::BasePlugin [−][src]
pub trait BasePlugin {
fn get_args(&self) -> Vec<String>;
fn get_author(&self) -> String;
fn get_filter_name(&self) -> String;
fn get_media_type(&self) -> MediaType;
fn validate_args(&self, args: &Vec<String>) -> Result<bool, &'static str>;
}