Handbook
Glossary
th-img-plane
Vocabulary
ogg
.
theora
Definition
USING:
alien.c-types
classes.struct
;
IN:
ogg.theora
STRUCT:
th-img-plane
{
width
int
initial:
0
}
{
height
int
initial:
0
}
{
stride
int
initial:
0
}
{
data uchar*
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
ogg.theora
;
M:
th-img-plane
clone
clone-underlying
\
th-img-plane
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
ogg.theora
;
M:
th-img-plane
struct-slot-values
{
[
width>>
]
[
height>>
]
[
stride>>
]
[
data>>
]
}
cleave>array
;
inline