C# Class GAudio.AGATAudioFile.WavFile

Inheritance: AGATAudioFile
Exibir arquivo Open project: gregzo/G-Audio

Public Methods

Method Description
ReadNextChunk ( float target, int offset, int numFrames ) : int

Returns number of frames read

WavFile ( Stream stream ) : System
WavFile ( string path ) : System

Protected Methods

Method Description
FreeResources ( ) : void

Private Methods

Method Description
ParseHeader ( ) : void

Method Details

FreeResources() protected method

protected FreeResources ( ) : void
return void

ReadNextChunk() public method

Returns number of frames read
public ReadNextChunk ( float target, int offset, int numFrames ) : int
target float
offset int
numFrames int
return int

WavFile() public method

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

WavFile() public method

public WavFile ( string path ) : System
path string
return System