Chris@1: Chris@1: Chris@1:
Chris@1:libvorbis documentation |
Chris@1: libvorbis version 1.3.2 - 20101101 |
Chris@1:
declared in "vorbis/codec.h";
Chris@1: Chris@1:This function initializes a vorbis_comment Chris@1: structure for use. After calling this function, the vorbis_comment Chris@1: structure contains no comments.
Chris@1: Chris@1:Note: No internal storage is allocated by this function; Chris@1: internal storage is allocated as needed by other libvorbis functions that Chris@1: modify the vorbis_comment structure. If you modify the vorbis_comment Chris@1: structure directly, without using libvorbis, you should not Chris@1: call vorbis_comment_clear when Chris@1: you are finished but instead clean up after it yourself. See the note Chris@1: on the vorbis_comment_clear Chris@1: page for more information.
Chris@1: Chris@1:
Chris@1: Chris@1: extern void vorbis_comment_init(vorbis_comment *vc); Chris@1:Chris@1: |
Chris@1:
Chris@1:Chris@1:None. Chris@1:
Chris@1:
Chris@1:
Chris@1:
copyright © 2010 Xiph.Org |
Chris@1: Chris@1: |
libvorbis documentation |
Chris@1: libvorbis version 1.3.2 - 20101101 |
Chris@1: