C# Class AudioSynthesis.Wave.WaveFileReader

Inheritance: IDisposable
Datei anzeigen Open project: n-yoda/unity-midi Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
ReadAllChunks ( ) : AudioSynthesis.Util.Riff.Chunk[]
ReadNextChunk ( ) : AudioSynthesis.Util.Riff.Chunk
ReadWaveFile ( ) : WaveFile
WaveFileReader ( IResource waveFile ) : System
WaveFileReader ( Stream stream ) : System

Private Methods

Method Description
ReadAllChunks ( BinaryReader reader ) : AudioSynthesis.Util.Riff.Chunk[]
ReadNextChunk ( BinaryReader reader ) : AudioSynthesis.Util.Riff.Chunk
ReadWaveFile ( BinaryReader reader ) : WaveFile

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ReadAllChunks() public method

public ReadAllChunks ( ) : AudioSynthesis.Util.Riff.Chunk[]
return AudioSynthesis.Util.Riff.Chunk[]

ReadNextChunk() public method

public ReadNextChunk ( ) : AudioSynthesis.Util.Riff.Chunk
return AudioSynthesis.Util.Riff.Chunk

ReadWaveFile() public method

public ReadWaveFile ( ) : WaveFile
return WaveFile

WaveFileReader() public method

public WaveFileReader ( IResource waveFile ) : System
waveFile IResource
return System

WaveFileReader() public method

public WaveFileReader ( Stream stream ) : System
stream Stream
return System