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