Unit 'openalsengine' Package
[Overview][Constants][Classes][Index] [#pl_titansound]

TAlBuffer

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

Declaration

Source position: openalsengine.pas line 50

type TAlBuffer = class

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure LoadFromFile();

  

  procedure LoadFromStream();

  

  procedure LoadFromPointer();

  

  property buffer: TALuint; [r]

  

  property format: TALenum; [rw]

  

  property size: TALsizei; [rw]

  

  property initsamplerate: TALsizei; [rw]

  

  property loop: TALint; [rw]

  

end;

Inheritance

TAlBuffer

  

|

TObject



CT Web help

CodeTyphon Studio