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

DSoundWrapper

Declaration

Source position: win_dswrapper.pas line 41

type DSoundWrapper = record

  dsw_pDirectSound: IDIRECTSOUND;

  

  dsw_OutputBuffer: IDIRECTSOUNDBUFFER;

  

  dsw_WriteOffset: DWORD;

  

  dsw_OutputSize: LongWord;

  

  dsw_BytesPerFrame: LongWord;

  

  dsw_CounterTicksPerBuffer: LARGE_INTEGER;

  

  dsw_LastPlayTime: LARGE_INTEGER;

  

  dsw_LastPlayCursor: UINT;

  

  dsw_OutputUnderflows: UINT;

  

  dsw_OutputRunning: BOOL;

  

  dsw_FramesWritten: Double;

  

  dsw_FramesPlayed: Double;

  

  dsw_pDirectSoundCapture: IDIRECTSOUNDCAPTURE;

  

  dsw_InputBuffer: IDIRECTSOUNDCAPTUREBUFFER;

  

  dsw_ReadOffset: UINT;

  

  dsw_InputSize: UINT;

  

  dsw_PrimaryBuffer: IDIRECTSOUNDBUFFER;

  

end;



CT Web help

CodeTyphon Studio