| libvorbis documentation | libvorbis version 1.3.2 - 20101101 | 
declared in "vorbis/codec.h";
This function retrieves a comment string for a given tag in a vorbis_comment structure.
| extern char *vorbis_comment_query(vorbis_comment *vc, const char *tag, int count); | 
A pointer to the comment string. The underlying buffer is owned by the vorbis_comment structure. NULL on a nonexistent tag or if count is greater than or equal to the number of matching comments. 
| copyright © 2010 Xiph.Org | |
| libvorbis documentation | libvorbis version 1.3.2 - 20101101 |