cannam@86: cannam@86: cannam@86:
cannam@86:libogg documentation |
cannam@86: libogg release 1.3.0 - 20110804 |
cannam@86:
Libogg contains several functions which are generally useful when using Ogg streaming, whether encoding or decoding. cannam@86:
cannam@86: All the libogg specific functions are declared in "ogg/ogg.h". cannam@86:
cannam@86:
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.
cannam@86:
cannam@86:
cannam@86:
function | cannam@86:purpose | cannam@86:|
ogg_stream_init | cannam@86:Initializes an Ogg bitstream. | cannam@86:|
ogg_stream_clear | cannam@86:Clears the storage within the Ogg stream, but does not free the stream itself. | cannam@86: |
ogg_stream_reset | cannam@86:Resets the stream status to its initial position. | cannam@86:|
ogg_stream_destroy | cannam@86:Frees the entire Ogg stream. | cannam@86:|
ogg_stream_check | cannam@86:Check for asyncronous errors. | cannam@86:|
ogg_stream_eos | cannam@86:Indicates whether we are at the end of the stream. | cannam@86:|
ogg_page_version | cannam@86:Returns the version of ogg_page that this stream/page uses | cannam@86:|
ogg_page_continued | cannam@86:Indicates if the current page contains a continued packet from the last page. | cannam@86:|
ogg_page_packets | cannam@86:Indicates the number of packets contained in a page. | cannam@86:|
ogg_page_bos | cannam@86:Indicates if the current page is the beginning of the stream. | cannam@86:|
ogg_page_eos | cannam@86:Indicates if the current page is the end of the stream. | cannam@86:|
ogg_page_granulepos | cannam@86:Returns the precise playback location of this page. | cannam@86:|
ogg_page_serialno | cannam@86:Returns the unique serial number of the logical bitstream associated with this page. | cannam@86:|
ogg_page_pageno | cannam@86:Returns the sequential page number for this page. | cannam@86:|
ogg_packet_clear | cannam@86:Clears the ogg_packet structure. | cannam@86:|
ogg_page_checksum_set | cannam@86:Checksums an ogg_page. | cannam@86:
copyright © 2000-2011 Xiph.Org |
cannam@86: cannam@86: |
libogg documentation |
cannam@86: libogg release 1.3.0 - 20110804 |
cannam@86: