pub fn register_enabled_formats(probe: &mut Probe)
Expand description

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

Use this function to easily populate a custom probe with all enabled formats.