#include <oggcc.h>
Inheritance diagram for ogg::oggpack_base:

Public Member Functions | |
| oggpack_buffer * | get_data () |
| unsigned char * | get_buffer () |
| void | readinit (unsigned char *buf, int bytes) |
| void | readinit (packet *p) |
| void | writeinit () |
| ogg::packet | packetout (ogg_int64_t granulepos, bool bos=false, bool eos=false) |
| Probably inefficient at the moment, but it's for a Python wraper. | |
|
|
Start reading data from an ogg packet. libogg1 holds a reference to the packet; be careful not to read after you've invalidated the packet. |
1.3.5