fn new() -> Selffn by_name(&self, name: &str) -> Option<&'static Self::D>fn append(&mut self, desc: &'static Self::D)impl CodecList for av_codec::decoder::Codecs[src]type D = dyn Descriptorfn new() -> Codecs[src]fn by_name(&self, name: &str) -> Option<&'static Self::D>[src]fn append(&mut self, desc: &'static Self::D)[src]impl CodecList for av_codec::encoder::Codecs[src]type D = dyn Descriptorfn new() -> Codecs[src]fn by_name(&self, name: &str) -> Option<&'static dyn Descriptor>[src]fn append(&mut self, desc: &'static dyn Descriptor)[src]