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