cannam@86: cannam@86: cannam@86:
cannam@86:libogg documentation |
cannam@86: libogg release 1.3.0 - 20110804 |
cannam@86:
declared in "ogg/ogg.h";
cannam@86: cannam@86:This function returns the total number of bytes behind the current cannam@86: access point in the oggpack_buffer. cannam@86: For write-initialized buffers, this is the number of complete bytes cannam@86: written so far. For read-initialized buffers, it is the number of cannam@86: complete bytes that have been read so far. cannam@86:
The return value is the number of complete bytes in the buffer.
cannam@86: There may be extra (<8) bits.
cannam@86:
cannam@86:
cannam@86: cannam@86: long oggpack_bytes(oggpack_buffer *b); cannam@86:cannam@86: |
cannam@86:
cannam@86:cannam@86:cannam@86: n is the total number of bytes within the current buffer. cannam@86:
cannam@86:
cannam@86:
cannam@86:
copyright © 2000-2010 xiph.org |
cannam@86: cannam@86: |
libogg documentation |
cannam@86: libogg release 1.3.0 - 20110804 |
cannam@86: