Crate ogg_pager

source ·
Expand description

A simple OGG page reader

Structs

A container for packets in an OGG file
An iterator over packets
An OGG page
An OGG page header

Enums

Errors that can occur while performing Page operations

Constants

The packet contains the first page of the logical bitstream
The packet contains the last page of the logical bitstream
The maximum page content size
The maximum number of segments a page can contain

Functions

Generates a CRC checksum based on the content
Create pages from a list of packets
Creates a segment table based on the length

Type Definitions

Alias for Result<T, PageError>