#include <oggcc.h>
Public Member Functions | |
| char * | buffer (long size) |
expose a buffer of at least size bytes | |
| int | wrote (long bytes) |
| int | pageout (page *og) |
| long | pageseek (page *og) |
| int | reset () |
| good to call before seeking | |
Public Attributes | |
| ogg_sync_state | data |
Protected Member Functions | |
| int | clear () |
| int | destroy () |
| int | init () |
| int | pageout (ogg_page *og) |
| long | pageseek (ogg_page *og) |
|
|
Skip ahead to beginning of next page. -n means that we skipped n bytes within the bitstream. 0 means that the page isn't ready and we need more data. No bytes have been skipped. n means that the page was synced at the current location, with a page length of n bytes. |
1.3.5