libogg documentation |
libogg version 1.25 - 20000615 |
declared in "ogg/ogg.h";
This function returns the total number of bytes currently in the oggpack_buffer's internal buffer.
The return value is the number of complete bytes in the buffer. There may be extra (<8) bits.
long oggpack_bytes(oggpack_buffer *b); |
n is the total number of bytes within the current buffer.
copyright © 2000 xiph.org |
|
libogg documentation |
libogg version 1.25 - 20000615 |