Module symphonia::default[][src]

The default module provides common convenience functions to get an implementer up-and-running as quickly as possible, and to reduce boiler-plate. Using the default module is completely optional and incurs no overhead unless actually used.

Functions

get_codecs

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.

get_probe

Gets the default Probe. This registry pre-registers all the formats selected by the feature flags in the includer’s Cargo.toml. If features is not set, the default set of Symphonia formats is registered.