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