libogg documentation |
libogg release 1.3.2 - 20140527 |
declared in "ogg/ogg.h";
This function looks at a specified number of bits inside the buffer without advancing the location pointer.
The specified number of bits are read, starting from the location pointer.
This function can be used to read 32 or fewer bits.
long oggpack_look(oggpack_buffer *b,int bits); |
n represents the requested bits.
copyright © 2000-2014 Xiph.Org |
|
libogg documentation |
libogg release 1.3.2 - 20140527 |