libogg documentation

libogg release 1.2.0 - 20100325

Base Data Structures

Libogg uses several data structures to hold data and state information.

All the libogg specific data structures are declared in "ogg/ogg.h".

datatype purpose
ogg_page This structure encapsulates data into one ogg bitstream page.
ogg_stream_state This structure contains current encode/decode data for a logical bitstream.
ogg_packet This structure encapsulates the data and metadata for a single Ogg packet.
ogg_sync_state Contains bitstream synchronization information.



copyright © 2000-2010 Xiph.Org

Ogg Container Format

libogg documentation

libogg release 1.2.0 - 20100325