Module ogg_magic::read_ogg_vorbis_file
source · Structs§
- Represents the result of parsing an Ogg page, containing the type of result, the parsed data, the index of the segment, and the raw segment data.
- Represents the result of parsing an Ogg Vorbis page, containing the page and its associated packets.
Enums§
- Enum representing different types of Ogg Vorbis packets.
Functions§
- Reads an Ogg Vorbis file asynchronously and parses its pages and packets.
Type Aliases§
- Type alias for the result of parsing Ogg Vorbis packets.
- Type alias for the result of parsing an Ogg Vorbis comment header.
- Type alias for the result of parsing an Ogg Vorbis identification header.
- Type alias for the result of parsing an Ogg Vorbis setup header.