Class TSoundBuffer
Unit
CastleSoundEngine
Declaration
type TSoundBuffer = class(TObject)
Description
Sound buffer represents contents of a sound file, like Wav or OggVorbis, that (may be) loaded to OpenAL. It can be only allocated by TSoundEngine.LoadBuffer and freed by TSoundEngine.FreeBuffer. Do not free TSoundBuffer instances yourself.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
destructor Destroy; override; |
|
Properties
 |
property Duration: TFloatTime read FDuration; |
Duration of the sound, in seconds. Zero if not loaded yet.
|
Generated by PasDoc 0.15.0.
|