4 <title>libvorbis - function - vorbis_comment_query_count
</title>
5 <link rel=stylesheet
href=
"style.css" type=
"text/css">
8 <body bgcolor=white text=black
link=
"#5555ff" alink=
"#5555ff" vlink=
"#5555ff">
9 <table border=
0 width=
100%
>
11 <td><p class=tiny
>libvorbis documentation
</p></td>
12 <td align=right
><p class=tiny
>libvorbis version
1.3.2 -
20101101</p></td>
16 <h1>vorbis_comment_query_count
</h1>
18 <p><i>declared in
"vorbis/codec.h";
</i></p>
20 <p>This function determines the number of comments with a given tag
21 that are present in a
<a href=
"vorbis_comment.html">vorbis_comment
</a>
24 <table border=
0 color=black cellspacing=
0 cellpadding=
7>
28 extern int vorbis_comment_query_count(vorbis_comment *vc, const char *tag);
37 <dd>Pointer to the vorbis_comment structure.
</dd>
39 <dd>Pointer to a null-terminated string of the comment tag to look
40 for. Tags are compared case-insensitively.
</dd>
44 <h3>Return Values
</h3>
46 <li>The number of comments present with the given tag.
</li>
47 <li>0 if no such comments are present.
</li>
53 <table border=
0 width=
100%
>
55 <td><p class=tiny
>copyright
© 2010 Xiph.Org
</p></td>
56 <td align=right
><p class=tiny
><a href=
"http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis
</a></p></td>
58 <td><p class=tiny
>libvorbis documentation
</p></td>
59 <td align=right
><p class=tiny
>libvorbis version
1.3.2 -
20101101</p></td>