models/ogg_models library

Classes

OggHeader
Class representing the header data from the Ogg file.
OggPageHeader
Class representing the metadata for an Ogg page. Pages are the fundamental unit of multiplexing in an Ogg stream.
OggPageResult
Class representing the result of parsing an Ogg page.
OggReader
Class for reading and parsing Ogg files.
OpusData
Class representing Opus data extracted from an Ogg file.

Enums

OggReaderError
Enum representing possible errors that can occur while reading an Ogg file.

Constants

idPagePayloadLength → const int
Length of the ID page payload.
idPageSignature → const String
Signature of the ID page.
pageHeaderLen → const int
Length of the Ogg page header.
pageHeaderSignature → const String
Signature of the Ogg page header.
pageHeaderTypeBeginningOfStream → const int
Beginning of stream type for the Ogg page header.