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

XDSoundWrapper

Declaration

Source position: win_dswrapper.pas line 68

type XDSoundWrapper = record

  dsw_pDirectSound: IDIRECTSOUND;

  

  dsw_PrimaryBuffer: IDIRECTSOUNDBUFFER;

  

  dsw_OutputBuffer: IDIRECTSOUNDBUFFER;

  

  dsw_WriteOffset: DWORD;

  

  dsw_OutputSize: LongWord;

  

  dsw_BytesPerFrame: LongWord;

  

  dsw_OutputUnderflows: UINT;

  

  dsw_OutputRunning: BOOL;

  

  events: array [0..3] of THandle;

  

  offsets: array [0..3] of LongWord;

  

end;



CT Web help

CodeTyphon Studio