Skip to main content

Module registry

Module registry 

Source

Traits§

DecoderFactory
Factory for creating decoder instances. Implementations register via inventory.
EncoderFactory
Factory for creating encoder instances. Implementations register via inventory.

Functions§

decoders
Iterate over all registered decoder factories.
encoders
Iterate over all registered encoder factories.
find_decoder
Find a decoder factory by codec ID. When multiple decoders support the same codec_id, the one with the highest priority wins.
find_decoder_by_name
Find a decoder factory by name.
find_encoder
Find an encoder factory by codec ID. When multiple encoders support the same codec_id, the one with the highest priority wins.
find_encoder_by_name
Find an encoder factory by name.