C# Class GAudio.AGATAudioFile.OggFile

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

Public Methods

Method Description
OggFile ( Stream stream ) : System
ReadNextChunk ( float target, int offset, int numFrames ) : int

Protected Methods

Method Description
FreeResources ( ) : void

Method Details

FreeResources() protected method

protected FreeResources ( ) : void
return void

OggFile() public method

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

ReadNextChunk() public method

public ReadNextChunk ( float target, int offset, int numFrames ) : int
target float
offset int
numFrames int
return int