Expand description
The metadata
module deals with metadata at the beginning of a FLAC stream.
Structs§
- Iterates over Vorbis comments looking for a specific one; returns its values as
&str
. - Reads metadata blocks from a stream and exposes them as an iterator.
- A seek point in the seek table.
- A seek table to aid seeking in the stream.
- The streaminfo metadata block, with important information about the stream.
- Iterates over Vorbis comments (FLAC tags) in a FLAC stream.
- Vorbis comments, also known as FLAC tags (e.g. artist, title, etc.).
Enums§
- A metadata about the flac stream.
Functions§
- Read a single metadata block of the given type and length from the input.
- Read a single metadata block header and body from the input.
Type Aliases§
- Either a
MetadataBlock
or anError
.