Unit 'bs_vorbiscodec' Package
[Overview][Constants][Types][Variables][Index] [#pl_acs]

VORBIS_DSP_STATE

Declaration

Source position: bs_vorbiscodec.pas line 68

type VORBIS_DSP_STATE = record

  analysisp: Integer;

  

  vi: PVORBIS_INFO;

  

  pcm: PPFLOAT;

  

  pcmret: PPFLOAT;

  

  pcm_storage: Integer;

  

  pcm_current: Integer;

  

  pcm_returned: Integer;

  

  preextrapolate: Integer;

  

  eofflag: Integer;

  

  lW: LongInt;

  

  W: LongInt;

  

  nW: LongInt;

  

  centerW: LongInt;

  

  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;



CT Web help

CodeTyphon Studio