Skip to main content

find_decoder

Function find_decoder 

Source
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.