WaveSoundData ClassDelta Engine Documentation
Helper class to parse the headers and chunks of a wave file and calling the needed converter classes.
Inheritance Hierarchy

System Object
  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

public class WaveSoundData

The WaveSoundData type exposes the following members.

Constructors

  NameDescription
Public methodWaveSoundData(BinaryReader)
Initializes a new instance of the WaveSoundData class
Public methodWaveSoundData(String)
Initializes a new instance of the WaveSoundData class
Public methodWaveSoundData(MusicStream)
Initializes a new instance of the WaveSoundData class
Top
Properties

  NameDescription
Public propertyBufferData
Public propertyChannels
Public propertyFormat
Public propertySampleRate
Top
See Also