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

dts_decoder

Declaration

Source position: dts.pas line 358

type dts_decoder = record

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

  inbuf_ptr: pcuint8;

  frame_size: cint;

  state: pdts_state_t;

  fsamples: pdts_sample_t;

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

  samplecnt: cint;

  sampleofs: cint;

  user: pointer;

  read: dts_read_func;

  seek: dts_seek_func;

  close: dts_close_func;

  tell: dts_tell_func;

  flags: cint;

  channels: cint;

  sample_rate: cint;

  bit_rate: cint;

end;


Documentation generated on: 2023-03-18