pub fn get_codecs() -> &'static CodecRegistry
Expand description
Gets the default CodecRegistry
. This registry pre-registers all the codecs selected by the
feature
flags in the includer’s Cargo.toml
. If features
is not set, the default set of
Symphonia codecs is registered.
This function is lazy and does not instantiate the CodecRegistry
until the first call to
this function.