Expand description
Header decoding
This module takes care of decoding of the three vorbis headers:
- Identification
- Comment
- Setup
It builds only on the internal bitpacking layer and the internal huffman tree handling mod. Everything else about the headers is decoded in this mod.
Structs§
- Comment
Header - Representation of the comment header
- Ident
Header - Representation for the identification header
- Setup
Header
Enums§
- Header
Read Error - Errors that can occur during Header decoding
Functions§
- read_
header_ comment - Reading the Comment header
- read_
header_ ident - Reading the Identification header
- read_
header_ setup - Reading the setup header.
Type Aliases§
- Header
Set - The set of the three Vorbis headers