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

a52_decoder

Declaration

Source position: a52.pas line 340

type a52_decoder = record

  inbuf: array [0..4096-1] of cuint8;

  inbuf_ptr: pcuint8;

  frame_size: cint;

  state: pa52_state_t;

  fsamples: pa52_sample_t;

  samples: array [0..1,0..6*256-1] of cint16;

  samplecnt: cint;

  sampleofs: cint;

  user: pointer;

  read: a52_read_func;

  seek: a52_seek_func;

  close: a52_close_func;

  tell: a52_tell_func;

  flags: cint;

  channels: cint;

  sample_rate: cint;

  bit_rate: cint;

end;


Documentation generated on: 2023-03-18