pub fn find_decoder(codec_id: CodecId) -> Option<&'static dyn DecoderFactory>Expand description
Find a decoder factory by codec ID. When multiple decoders support the same codec_id, the one with the highest priority wins.
pub fn find_decoder(codec_id: CodecId) -> Option<&'static dyn DecoderFactory>Find a decoder factory by codec ID. When multiple decoders support the same codec_id, the one with the highest priority wins.