libogg documentation

libogg release 1.3.4 - 20190830

oggpack_look1

declared in "ogg/ogg.h";

This function looks at the next bit without advancing the location pointer.

The next bit is read starting from the location pointer.


long  oggpack_look1(oggpack_buffer *b);

Parameters

b
Pointer to an oggpack_buffer struct containing our buffer.

Return Values

  • n represents the value of the next bit after the location pointer.



  • copyright © 2000-2019 Xiph.Org Foundation

    Ogg Container Format

    libogg documentation

    libogg release 1.3.4 - 20190830