Chris@1: Chris@1: Chris@1: Chris@1: libvorbis - function - vorbis_comment_add Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1:

libvorbis documentation

libvorbis version 1.3.2 - 20101101

Chris@1: Chris@1:

vorbis_comment_add

Chris@1: Chris@1:

declared in "vorbis/codec.h";

Chris@1: Chris@1:

This function adds a raw comment string to a Chris@1: vorbis_comment structure.

Chris@1: Chris@1:

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

Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1:
Chris@1:

Chris@1: extern void     vorbis_comment_add(vorbis_comment *vc, const char *comment);
Chris@1: 
Chris@1:
Chris@1: Chris@1:

Parameters

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

Return Values

Chris@1:
Chris@1:
  • None.
  • Chris@1:
    Chris@1:

    Chris@1: Chris@1:

    Chris@1:


    Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1:

    copyright © 2010 Xiph.Org

    Ogg Vorbis

    libvorbis documentation

    libvorbis version 1.3.2 - 20101101

    Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: