| Vorbisfile documentation | libVorbisfile version 1.65 - 20020702 | 
declared in "vorbis/codec.h"
The vorbis_comment structure defines an Ogg Vorbis comment.
Only the fields the program needs must be defined. If a field isn't defined by the application, it will either be blank (if it's a string value) or set to some reasonable default (usually 0).
| typedef struct vorbis_comment{
  /* unlimited user comment fields. */
  char **user_comments;
  int  *comment_lengths;
  int   comments;
  char *vendor;
} vorbis_comment; | 
| copyright © 2002 Xiph.org Foundation | |
| Vorbisfile documentation | libVorbisfile version 1.65 - 20020719 |