libogg documentation |
libogg release 1.0 - 20000615 |
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 raw Ogg Vorbis packet. |
ogg_sync_state | Contains bitstream synchronization information. |
copyright © 2000 xiph.org |
|
libogg documentation |
libogg release 1.0 - 20000615 |