Unit 'win_acs_dxaudio' Package
[Overview][Constants][Types][Classes][Index] [#pl_acs]

TDSoundWrapper

Declaration

Source position: win_acs_dxaudio.pas line 28

type TDSoundWrapper = record

  dsw_pDirectSound: Pointer;

  

  dsw_OutputBuffer: Pointer;

  

  dsw_WriteOffset: LongWord;

  

  dsw_OutputSize: Integer;

  

  dsw_BytesPerFrame: Integer;

  

  dsw_CounterTicksPerBuffer: Int64;

  

  dsw_LastPlayTime: Int64;

  

  dsw_LastPlayCursor: Int64;

  

  dsw_OutputUnderflows: Int64;

  

  dsw_OutputRunning: LongBool;

  

  dsw_FramesWritten: Double;

  

  dsw_FramesPlayed: Double;

  

  dsw_pDirectSoundCapture: Pointer;

  

  dsw_InputBuffer: Pointer;

  

  dsw_ReadOffset: LongWord;

  

  dsw_InputSize: LongWord;

  

end;



CT Web help

CodeTyphon Studio