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

mad_stream

Declaration

Source position: bs_mad.pas line 46

type mad_stream = packed record

  buffer: Pointer;

  

  bufend: Pointer;

  

  skiplen: LongWord;

  

  sync: Integer;

  

  freerate: LongWord;

  

  this_frame: Pointer;

  

  next_frame: Pointer;

  

  ptr: mad_bitptr;

  

  anc_ptr: mad_bitptr;

  

  anc_bitlen: LongWord;

  

  main_data: Pointer;

  

  md_len: LongWord;

  

  options: Integer;

  

  error: Integer;

  

end;



CT Web help

CodeTyphon Studio