Chris@1: Chris@1: Chris@1: Chris@1: libvorbis - function - vorbis_comment_clear 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_clear

Chris@1: Chris@1:

declared in "vorbis/codec.h";

Chris@1: Chris@1:

This function frees the internal storage associated with a vorbis_comment structure.

Chris@1: Chris@1:

Note: Be careful if you have modified the vorbis_comment Chris@1: structure yourself, as libvorbis will try to use its own wrappers of Chris@1: memory allocation functions to free the contents of the vorbis_comment Chris@1: structure. This will not work correctly unless all arrays and comment Chris@1: strings contained in the vorbis_comment structure were allocated by Chris@1: libvorbis itself. This function is only guaranteed to be safe if all Chris@1: modification to the vorbis_comment structure was done using libvorbis Chris@1: functions.

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

Chris@1: extern void     vorbis_comment_clear(vorbis_comment *vc);
Chris@1: 
Chris@1:
Chris@1: Chris@1:

Parameters

Chris@1:
Chris@1:
vc
Chris@1:
The vorbis_comment structure to clear.
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: