Expand description
This crate implements a collection of metadata readers for standalone metadata formats, and read functions for metadata formats that are embedded into another container.
§Standalone Metadata Formats
A standalone metadata format is one that exists independent of the media container.
This crate implements metadata readers (an object implementing the
MetadataReader trait) for these metadata formats.
A metadata reader may be registered with a probe for automatic detection. Each major standalone
metadata format reader is implemented in a separate module.
§Embedded Metadata Formats
An embedded metadata format is one that is embedded into the media container. This crate
implements reading or parsing functions for these metadata formats in the embedded module.