libogg documentation |
libogg release 1.3.4 - 20190830 |
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-2019 Xiph.Org Foundation |
|
libogg documentation |
libogg release 1.3.4 - 20190830 |