libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |
declared in "vorbis/codec.h";
This function determines the number of comments with a given tag that are present in a vorbis_comment structure.
extern int vorbis_comment_query_count(vorbis_comment *vc, const char *tag); |
The number of comments present with the given tag. 0 if no such comments are present.
copyright © 2010 Xiph.Org |
|
libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |