Helper class to parse the headers and chunks of a wave file and
calling the needed converter classes.
Inheritance Hierarchy
DeltaEngine.Multimedia.BaseOpenAL.Helpers WaveSoundData
Namespace: DeltaEngine.Multimedia.BaseOpenAL.Helpers
Assembly: DeltaEngine.Multimedia.BaseOpenAL (in DeltaEngine.Multimedia.BaseOpenAL.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The WaveSoundData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WaveSoundData(BinaryReader) | Initializes a new instance of the WaveSoundData class | |
WaveSoundData(String) | Initializes a new instance of the WaveSoundData class | |
WaveSoundData(MusicStream) | Initializes a new instance of the WaveSoundData class |
Properties
Name | Description | |
---|---|---|
BufferData | ||
Channels | ||
Format | ||
SampleRate |
See Also