C# Class GAudio.AGATAudioFile.OggFile

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

Méthodes publiques

Méthode Description
OggFile ( Stream stream ) : System
ReadNextChunk ( float target, int offset, int numFrames ) : int

Méthodes protégées

Méthode Description
FreeResources ( ) : void

Method Details

FreeResources() protected méthode

protected FreeResources ( ) : void
Résultat void

OggFile() public méthode

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

ReadNextChunk() public méthode

public ReadNextChunk ( float target, int offset, int numFrames ) : int
target float
offset int
numFrames int
Résultat int