Unit 'ln_soundcard' Package
[Overview][Constants][Types][Index] [#pl_acs]

audio_errinfo

Declaration

Source position: ln_soundcard.pas line 204

type audio_errinfo = record

  play_underruns: Integer;

  

  rec_overruns: Integer;

  

  play_ptradjust: Word;

  

  rec_ptradjust: Word;

  

  play_errorcount: Integer;

  

  rec_errorcount: Integer;

  

  play_lasterror: Integer;

  

  rec_lasterror: Integer;

  

  play_errorparm: LongInt;

  

  rec_errorparm: LongInt;

  

  filler: array [0..15] of Integer;

  

end;



CT Web help

CodeTyphon Studio