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]fn from_list(descs: &[&'static Self::D]) -> Self[src]impl CodecList for av_codec::encoder::Codecs[src]