cannam@86: cannam@86: cannam@86: cannam@86: libvorbis - function - vorbis_comment_add cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86:

libvorbis documentation

libvorbis version 1.3.2 - 20101101

cannam@86: cannam@86:

vorbis_comment_add

cannam@86: cannam@86:

declared in "vorbis/codec.h";

cannam@86: cannam@86:

This function adds a raw comment string to a cannam@86: vorbis_comment structure.

cannam@86: cannam@86:

This function should be used if the string is already in the cannam@86: form "KEY=value". If you have a separate key and value, use cannam@86: vorbis_comment_add_tag cannam@86: instead.

cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86:
cannam@86:

cannam@86: extern void     vorbis_comment_add(vorbis_comment *vc, const char *comment);
cannam@86: 
cannam@86:
cannam@86: cannam@86:

Parameters

cannam@86:
cannam@86:
vc
cannam@86:
Pointer to a vorbis_comment structure to add the comment to.
cannam@86:
comment
cannam@86:
Pointer to the null-terminated raw comment string. The string will cannam@86: be copied, so it can be freed or modified after this function returns cannam@86: without affecting the vorbis_comment structure's contents.
cannam@86:
cannam@86: cannam@86: cannam@86:

Return Values

cannam@86:
cannam@86:
  • None.
  • cannam@86:
    cannam@86:

    cannam@86: cannam@86:

    cannam@86:


    cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86:

    copyright © 2010 Xiph.Org

    Ogg Vorbis

    libvorbis documentation

    libvorbis version 1.3.2 - 20101101

    cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: