Unit 'acs_mp3' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_acs]

TPdmp3Handle

Declaration

Source position: acs_mp3.pas line 184

type TPdmp3Handle = record

  Processed: Integer;

  

  IStart: Integer;

  

  IEnd: Integer;

  

  OStart: Integer;

  

  _in: array [0..INBUF_SIZE-1] of Byte;

  

  _out: array [0..1] of TLongWordArr576;

  

  GFrameHeader: TMpeg1Header;

  

  GSideInfo: TMpeg1SideInfo;

  

  GMainData: TMpeg1MainData;

  

  HSynthInit: Word;

  

  HSynthStore: array [0..1,0..31] of TRealArr18;

  

  SynthInit: Word;

  

  GMainDataVec: array [0..2047] of Byte;

  

  GMainDataPos: Integer;

  

  GMainDataIdx: Byte;

  

  GMainDataTop: Word;

  

  SideInfoVec: array [0..32+4-1] of Byte;

  

  SideInfoPtr: PByte;

  

  SideInfoIdx: Byte;

  

  v_vec: array [0..1,0..1023] of Real;

  

  NewHeader: Integer;

  

end;



CT Web help

CodeTyphon Studio