From 8e94244f86e657e4113e35438e59cf5771882b25 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Mar 2024 12:51:03 +0100 Subject: libogg and libvorbis are no longer part of this source tree --- .../vorbis/doc/libvorbis/vorbis_comment_query.html | 72 ---------------------- 1 file changed, 72 deletions(-) delete mode 100644 contrib/vorbis/doc/libvorbis/vorbis_comment_query.html (limited to 'contrib/vorbis/doc/libvorbis/vorbis_comment_query.html') diff --git a/contrib/vorbis/doc/libvorbis/vorbis_comment_query.html b/contrib/vorbis/doc/libvorbis/vorbis_comment_query.html deleted file mode 100644 index f958ebb..0000000 --- a/contrib/vorbis/doc/libvorbis/vorbis_comment_query.html +++ /dev/null @@ -1,72 +0,0 @@ - - - -libvorbis - function - vorbis_comment_query - - - - - - - - - -

libvorbis documentation

libvorbis version 1.3.2 - 20101101

- -

vorbis_comment_query

- -

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

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.
-
count
-
The index of the comment string to retrieve. A value of 0 indicates -the first comment whose tag matches tag. Use -vorbis_comment_query_count -to determine the number of matching comments.
-
- - -

Return Values

-
-
  • 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

    Ogg Vorbis

    libvorbis documentation

    libvorbis version 1.3.2 - 20101101

    - - - - - -- cgit v1.1