Class TALSoundFile
Unit
CastleALUtils
Declaration
type TALSoundFile = class(TObject)
Description
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
destructor Destroy; override; |
|
 |
procedure alBufferData(buffer: TALuint); |
Load this file to the buffer using alBufferData (buffer, ...) where "..." is taken from SoundFile's properties.
|
 |
class procedure alBufferDataFromFile(buffer: TALuint; const URL: string; out Duration: TFloatTime); |
|
Properties
 |
property OwnsSoundFile: boolean read FOwnsSoundFile; |
|
Generated by PasDoc 0.14.0.
|