#include <oggcc.h>
Public Member Functions | |
| ogg_page * | get_data () |
| bool | bos () |
| first page in stream? | |
| bool | continued () |
| bool | eos () |
| last page in stream? | |
| int | packets () |
| x.packets() -> number of packets completed on this page | |
| int | serialno () |
| int | version () |
| long | pageno () |
| ogg_int64_t | granulepos () |
| void | checksum_set () |
| Compute the page's checksum. | |
| std::string | header () |
| for encoding. concatenate header and body to form a page, pages to form ogg streams. | |
| std::string | body () |
Public Attributes | |
| ogg_page | data |
1.3.5