C# Class NVorbis.OpenTKSupport.OggStream

Inheritance: IDisposable
Mostra file Open project: renaudbedard/nvorbis Class Usage Examples

Private Properties

Property Type Description
Close void
Empty void
Open void
StopPlayback void

Public Methods

Method Description
Dispose ( ) : void
OggStream ( Stream stream, int bufferCount = DefaultBufferCount ) : System
OggStream ( string filename, int bufferCount = DefaultBufferCount ) : System
Pause ( ) : void
Play ( ) : void
Prepare ( ) : void
Resume ( ) : void
Stop ( ) : void

Private Methods

Method Description
Close ( ) : void
Empty ( ) : void
Open ( bool precache = false ) : void
StopPlayback ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OggStream() public method

public OggStream ( Stream stream, int bufferCount = DefaultBufferCount ) : System
stream Stream
bufferCount int
return System

OggStream() public method

public OggStream ( string filename, int bufferCount = DefaultBufferCount ) : System
filename string
bufferCount int
return System

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

Prepare() public method

public Prepare ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void