From 74f4b1bc3b627ba4c7e03498234d88cacdfbe97b Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 29 Sep 2021 22:52:49 +0200 Subject: Squashed 'vorbis/' content from commit d22c3ab5f git-subtree-dir: vorbis git-subtree-split: d22c3ab5f633460abc2532feee60ca0892134cbf --- doc/libvorbis/vorbis_comment_query_count.html | 66 +++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 doc/libvorbis/vorbis_comment_query_count.html (limited to 'doc/libvorbis/vorbis_comment_query_count.html') diff --git a/doc/libvorbis/vorbis_comment_query_count.html b/doc/libvorbis/vorbis_comment_query_count.html new file mode 100644 index 0000000..e8a04f4 --- /dev/null +++ b/doc/libvorbis/vorbis_comment_query_count.html @@ -0,0 +1,66 @@ + + + +libvorbis - function - vorbis_comment_query_count + + + + + + + + + +

libvorbis documentation

libvorbis version 1.3.2 - 20101101

+ +

vorbis_comment_query_count

+ +

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);
+
+
+ +

Parameters

+
+
vc
+
Pointer to the vorbis_comment structure.
+
tag
+
Pointer to a null-terminated string of the comment tag to look +for. Tags are compared case-insensitively.
+
+ + +

Return Values

+
+
  • The number of comments present with the given tag.
  • +
  • 0 if no such comments are present.
  • +
    +

    + +

    +


    + + + + + + + + +

    copyright © 2010 Xiph.Org

    Ogg Vorbis

    libvorbis documentation

    libvorbis version 1.3.2 - 20101101

    + + + + + -- cgit v1.1