libogg documentation |
libogg release 1.3.2 - 20140527 |
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-2014 Xiph.Org |
|
libogg documentation |
libogg release 1.3.2 - 20140527 |