Unit 'DirectXUT' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_win_directxut]

CSound

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DirectXUT.pas line 2444

type CSound = class

public

  m_pWaveFile: CWaveFile;

  

protected

  m_apDSBuffer: PAIDirectSoundBuffer;

  

  m_dwDSBufferSize: DWORD;

  

  m_dwNumBuffers: DWORD;

  

  m_dwCreationFlags: DWORD;

  

  function RestoreBuffer();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Get3DBufferInterface();

  

  function FillBufferWithSound();

  

  function GetFreeBuffer;

  

  function GetBuffer();

  

  function Play();

  

  function Play3D();

  

  function Stop;

  

  function Reset;

  

  function IsSoundPlaying;

  

end;

Inheritance

CSound

  

|

TObject



CT Web help

CodeTyphon Studio