oggpage
Oggpage, or an Ogg page, is the fundamental data unit of the Ogg multimedia container format. It is used to multiplex multiple streams, such as audio and video, into a single file or stream while preserving synchronization and independent decoding.
An Ogg page consists of a header and a payload. The header begins with the capture pattern
Following the header is a segment table that specifies how the payload is divided into 0–255-byte segments.
In software, the ogg_page structure (often referred to as an ogg_page in code) represents this data unit.