Crate ogg_pager[][src]

Expand description

A simple OGG page reader

Structs

An OGG page

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

Functions

Generates a CRC checksum based on the content

Create pages from a packet

Creates a segment table based on the length

Type Definitions

Alias for Result<T, PageError>