Chris@1: Chris@1: Chris@1:
Chris@1:| Chris@1:libogg documentation | Chris@1:libogg release 1.3.0 - 20110804 | 
Libogg contains several functions which are generally useful when using Ogg streaming, whether encoding or decoding. Chris@1:
Chris@1: All the libogg specific functions are declared in "ogg/ogg.h". Chris@1:
Chris@1:
These functions can be used to manipulate some of the basic elements of Ogg - streams and pages.  Streams and pages are important during both the encode and decode process.
Chris@1: 
Chris@1: 
Chris@1: 
| functionChris@1: | purposeChris@1: | |
| ogg_stream_initChris@1: | Initializes an Ogg bitstream.Chris@1: | |
| ogg_stream_clearChris@1: | Clears the storage within the Ogg stream, but does not free the stream itself. | Chris@1: | 
| ogg_stream_resetChris@1: | Resets the stream status to its initial position.Chris@1: | |
| ogg_stream_destroyChris@1: | Frees the entire Ogg stream.Chris@1: | |
| ogg_stream_checkChris@1: | Check for asyncronous errors.Chris@1: | |
| ogg_stream_eosChris@1: | Indicates whether we are at the end of the stream.Chris@1: | |
| ogg_page_versionChris@1: | Returns the version of ogg_page that this stream/page usesChris@1: | |
| ogg_page_continuedChris@1: | Indicates if the current page contains a continued packet from the last page.Chris@1: | |
| ogg_page_packetsChris@1: | Indicates the number of packets contained in a page.Chris@1: | |
| ogg_page_bosChris@1: | Indicates if the current page is the beginning of the stream.Chris@1: | |
| ogg_page_eosChris@1: | Indicates if the current page is the end of the stream.Chris@1: | |
| ogg_page_granuleposChris@1: | Returns the precise playback location of this page.Chris@1: | |
| ogg_page_serialnoChris@1: | Returns the unique serial number of the logical bitstream associated with this page.Chris@1: | |
| ogg_page_pagenoChris@1: | Returns the sequential page number for this page.Chris@1: | |
| ogg_packet_clearChris@1: | Clears the ogg_packet structure.Chris@1: | |
| ogg_page_checksum_setChris@1: | Checksums an ogg_page.Chris@1: | 
| Chris@1:copyright © 2000-2011 Xiph.Org | Chris@1: | 
| Chris@1:libogg documentation | Chris@1:libogg release 1.3.0 - 20110804 |