Chris@1: Chris@1: Chris@1:
Chris@1:libogg documentation |
Chris@1: libogg release 1.3.0 - 20110804 |
Chris@1:
Libogg contains a basic bitpacking library that is useful for manipulating data within a buffer. Chris@1:
Chris@1: All the libogg specific functions are declared in "ogg/ogg.h". Chris@1:
Chris@1: Chris@1:
function | Chris@1:purpose | Chris@1:
oggpack_writeinit | Chris@1:Initializes a buffer for writing using this bitpacking library. | Chris@1:
oggpack_writecheck | Chris@1:Asynchronously checks error status of bitpacker write buffer. | Chris@1:
oggpack_reset | Chris@1:Clears and resets the buffer to the initial position. | Chris@1:
oggpack_writeclear | Chris@1:Frees the memory used by the buffer. | Chris@1:
oggpack_readinit | Chris@1:Initializes a buffer for reading using this bitpacking library. | Chris@1:
oggpack_write | Chris@1:Writes bytes to the specified location within the buffer. | Chris@1:
oggpack_look | Chris@1:Look at a specified number of bits, <=32, without advancing the location pointer. | Chris@1:
oggpack_look1 | Chris@1:Looks at one bit without advancing the location pointer. | Chris@1:
oggpack_adv | Chris@1:Advances the location pointer by a specified number of bits. | Chris@1:
oggpack_adv1 | Chris@1:Advances the location pointer by one bit. | Chris@1:
oggpack_read | Chris@1:Reads a specified number of bits from the buffer. | Chris@1:
oggpack_read1 | Chris@1:Reads one bit from the buffer. | Chris@1:
oggpack_bytes | Chris@1:Returns the total number of bytes contained within the buffer. | Chris@1:
oggpack_bits | Chris@1:Returns the total number of bits contained within the buffer. | Chris@1:
oggpack_get_buffer | Chris@1:Returns a pointer to the buffer encapsulated within the oggpack_buffer struct. | Chris@1:
copyright © 2000-2011 Xiph.Org |
Chris@1: Chris@1: |
libogg documentation |
Chris@1: libogg release 1.3.0 - 20110804 |
Chris@1: