Expand description
A simple OGG page reader
Structs§
- Packets
- A container for packets in an OGG file
- Packets
Iter - An iterator over packets
- Page
- An OGG page
- Page
Header - An OGG page header
Enums§
- Page
Error - Errors that can occur while performing
Page
operations
Constants§
- CONTAINS_
FIRST_ PAGE_ OF_ BITSTREAM - The packet contains the first page of the logical bitstream
- CONTAINS_
LAST_ PAGE_ OF_ BITSTREAM - The packet contains the last page of the logical bitstream
- MAX_
CONTENT_ SIZE - The maximum page content size
- MAX_
SEGMENT_ COUNT - The maximum number of segments a page can contain
- PAGE_
HEADER_ SIZE - The size of an OGG page header
Functions§
Type Aliases§
- Result
- Alias for
Result<T, PageError>