Class TSoundWAV

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSoundWAV = class(TSoundFile)

Description

no description available, TSoundFile description follows

Hierarchy

Overview

Methods

Public constructor CreateFromStream(Stream: TStream); override;
Public destructor Destroy; override;
Public function Data: Pointer; override;
Public function DataSize: LongWord; override;
Public function DataFormat: TALuint; override;
Public function Frequency: LongWord; override;

Description

Methods

Public constructor CreateFromStream(Stream: TStream); override;
 
Exceptions raised
EInvalidWAV
when loading will fail because the file is not a valid (and supported) WAV format.
Public destructor Destroy; override;
 
Public function Data: Pointer; override;
 
Public function DataSize: LongWord; override;
 
Public function DataFormat: TALuint; override;
 
Public function Frequency: LongWord; override;
 

Generated by PasDoc 0.13.0 on 2013-08-17 21:27:14