Handbook
Glossary
alutLoadMemoryFromFile ( fileName format size frequency -- void* )
Vocabulary
openal
.
alut
Inputs
fileName
an
object
format
an
object
size
an
object
frequency
an
object
Outputs
void*
an
object
Definition
USING:
alien.c-types
alien.syntax
openal
;
IN:
openal.alut
LIBRARY:
alut
FUNCTION:
void*
alutLoadMemoryFromFile
(
c-string
fileName, ALenum* format, ALsizei* size, ALfloat*
frequency )