#include <vorbiscc.h>
Public Member Functions | |
| vorbis_comment * | get_data () |
| const char * | query (char *tag, int count) |
| int | query_count (char *tag) |
| void | add (char *comment) |
| void | add_tag (char *tag, char *contents) |
| int | header_out (packet *op) |
| std::string | query_index (unsigned int index) |
| Return the nth comment. | |
| int | size () |
Public Attributes | |
| vorbis_comment | data |
Protected Member Functions | |
| void | init () |
| void | clear () |
| int | header_out (ogg_packet *op) |
1.3.5