Class TSoundWAV
Unit
CastleSoundFile
Declaration
type TSoundWAV = class(TSoundFile)
Description
no description available, TSoundFile description follows Hierarchy
Overview
Methods
Description
Methods
 |
constructor CreateFromStream(Stream: TStream); override; |
Exceptions raised
- EInvalidWAV
- when loading will fail because the file is not a valid (and supported) WAV format.
|
 |
destructor Destroy; override; |
|
 |
function Data: Pointer; override; |
|
 |
function DataSize: LongWord; override; |
|
 |
function DataFormat: TALuint; override; |
|
 |
function Frequency: LongWord; override; |
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:52
|