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

VORBIS_BLOCK

Declaration

Source position: bs_vorbiscodec.pas line 99

type VORBIS_BLOCK = record

  pcm: PPFLOAT;

  

  opb: OGGPACK_BUFFER;

  

  lW: LongInt;

  

  W: LongInt;

  

  nW: LongInt;

  

  pcmend: Integer;

  

  mode: Integer;

  

  eofflag: Integer;

  

  granulepos: OGG_INT64_T;

  

  sequence: OGG_INT64_T;

  

  vd: PVORBIS_DSP_STATE;

  

  localstore: Pointer;

  

  localtop: LongInt;

  

  localalloc: LongInt;

  

  totaluse: LongInt;

  

  reap: PALLOC_CHAIN;

  

  glue_bits: LongInt;

  

  time_bits: LongInt;

  

  floor_bits: LongInt;

  

  res_bits: LongInt;

  

  internal: Pointer;

  

end;



CT Web help

CodeTyphon Studio