Handbook
Glossary
have-required-vorbis-headers? ( vorbis-stream -- ? )
Vocabulary
audio
.
vorbis
.
private
Inputs
vorbis-stream
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
math.order
;
IN:
audio.vorbis.private
:
have-required-vorbis-headers?
( vorbis-stream -- ? )
#vorbis-headers>>
1 2
between?
not
;
inline