C# Class GAudio.AGATAudioFile.WavFile

Inheritance: AGATAudioFile
Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Méthode Description
ReadNextChunk ( float target, int offset, int numFrames ) : int

Returns number of frames read

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

Méthodes protégées

Méthode Description
FreeResources ( ) : void

Private Methods

Méthode Description
ParseHeader ( ) : void

Method Details

FreeResources() protected méthode

protected FreeResources ( ) : void
Résultat void

ReadNextChunk() public méthode

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

WavFile() public méthode

public WavFile ( Stream stream ) : System
stream Stream
Résultat System

WavFile() public méthode

public WavFile ( string path ) : System
path string
Résultat System