Handbook
Glossary
vorbis_comment_add_tag ( vc tag contents -- )
Vocabulary
ogg
.
vorbis
Inputs
vc
an
object
tag
an
object
contents
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
ogg.vorbis
LIBRARY:
vorbis
FUNCTION:
void
vorbis_comment_add_tag
( vorbis-comment* vc,
c-string
tag,
c-string
contents )