vorbisfile documentation |
vorbisfile version 1.25 - 20000615 |
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 comments; char *vendor; } vorbis_comment; |
copyright © 2000 vorbis team |
|
vorbisfile documentation |
vorbisfile version 1.25 - 20000615 |