Unit 'nxBass' Package
[Overview][Types][Classes][Index] [#pl_nxpascal]

TBassEngine

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

Declaration

Source position: nxBass.pas line 90

type TBassEngine = class

  sound: array of TBassSound;

  

  count: Integer;

  

public

  listener: TNXSoundListener;

  

  Use3D: Boolean;

  

  constructor Create();

  

  destructor Destroy; override;

  

  function Add();

  

  function CheckErrors;

  

  procedure Clear;

  

  function CPU;

  

  procedure DeleteSound();

  

  function Find();

  

  function IndexOf();

  

  procedure Resume;

  

  procedure Set3DFactors();

  

  procedure Stop;

  

  procedure Update;

  

end;

Inheritance

TBassEngine

  

|

TObject



CT Web help

CodeTyphon Studio