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