pub fn register_enabled_codecs(registry: &mut CodecRegistry)
Expand description

Registers all the codecs selected by the feature flags in the includer’s Cargo.toml on the provided CodecRegistry. If features is not set, the default set of Symphonia codecs is registered.

Use this function to easily populate a custom registry with all enabled codecs.