Handbook
Glossary
sample-rate>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
sample-rate>>
( object -- value )
Methods
USING:
accessors
audio
kernel.private
math
slots.private
;
M:
audio
sample-rate>>
4
slot
{
integer
}
declare
;
inline
USING:
accessors
alien.c-types
audio.aiff
classes.struct
classes.struct.private
kernel
;
M:
common-chunk
sample-rate>>
T{
struct-slot-spec
{
name
"sample-rate"
}
{
offset 16
}
{
class
object
}
{
type
{
uchar
10
}
}
}
read-struct-slot
;
inline
USING:
accessors
audio.engine
kernel.private
math
slots.private
;
M:
streaming-audio-clip
sample-rate>>
10
slot
{
integer
}
declare
;
inline
USING:
accessors
alien.c-types
audio.wav
classes.struct
classes.struct.private
kernel
;
M:
wav-fmt-chunk
sample-rate>>
T{
struct-slot-spec
{
name
"sample-rate"
}
{
offset 12
}
{
class
object
}
{
type
{
uchar
4
}
}
}
read-struct-slot
;
inline