Handbook
Glossary
vorbis-comment
Vocabulary
ogg
.
vorbis
Definition
USING:
alien.c-types
classes.struct
;
IN:
ogg.vorbis
STRUCT:
vorbis-comment
{
usercomments c-string*
}
{
comment_lengths int*
}
{
comments
int
initial:
0
}
{
vendor
c-string
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
ogg.vorbis
;
M:
vorbis-comment
clone
clone-underlying
\
vorbis-comment
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
ogg.vorbis
;
M:
vorbis-comment
struct-slot-values
{
[
usercomments>>
]
[
comment_lengths>>
]
[
comments>>
]
[
vendor>>
]
}
cleave>array
;
inline