Unit 'zgl_sound_dsound' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_zengl]

IDirectSoundBuffer

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

Declaration

Source position: zgl_sound_dsound.pas line 112

type IDirectSoundBuffer = interface(IUnknown)

  function GetCaps();

  

  function GetCurrentPosition();

  

  function GetFormat();

  

  function GetVolume();

  

  function GetPan();

  

  function GetFrequency();

  

  function GetStatus();

  

  function Initialize();

  

  function Lock();

  

  function Play();

  

  function SetCurrentPosition();

  

  function SetFormat();

  

  function SetVolume();

  

  function SetPan();

  

  function SetFrequency();

  

  function Stop;

  

  function Unlock();

  

  function Restore;

  

end;

Inheritance

IDirectSoundBuffer

  

|

IInterface



CT Web help

CodeTyphon Studio