Module ogg_reader

Source

Structs§

OggHeader
OggHeader is the metadata from the first two pages in the file (ID and Comment) https://tools.ietf.org/html/rfc7845.html#section-3
OggPageHeader
OggPageHeader is the metadata for a Page Pages are the fundamental unit of multiplexing in an Ogg stream https://tools.ietf.org/html/rfc7845.html#section-1
OggReader
OggReader is used to read Ogg files and return page payloads

Constants§

COMMENT_PAGE_SIGNATURE
DEFAULT_PRE_SKIP
ID_PAGE_PAYLOAD_SIZE
ID_PAGE_SIGNATURE
PAGE_HEADER_SIGNATURE
PAGE_HEADER_SIZE
PAGE_HEADER_TYPE_BEGINNING_OF_STREAM
PAGE_HEADER_TYPE_CONTINUATION_OF_STREAM
PAGE_HEADER_TYPE_END_OF_STREAM