Source position: vorbis.pas line 90
type vorbis_dsp_state = record |
analysisp: cint; |
vi: pvorbis_info; |
pcm: ppcfloat; |
pcmret: ppcfloat; |
pcm_storage: cint; |
pcm_current: cint; |
pcm_returned: cint; |
preextrapolate: cint; |
eofflag: cint; |
lW: clong; |
W: clong; |
nW: clong; |
centerW: clong; |
granulepos: ogg_int64_t; |
sequence: ogg_int64_t; |
glue_bits: ogg_int64_t; |
time_bits: ogg_int64_t; |
floor_bits: ogg_int64_t; |
res_bits: ogg_int64_t; |
backend_state: pointer; |
end; |