C# Class NScumm.Core.Audio.Decoders.XAStream

Inheritance: IRewindableAudioStream
Mostrar archivo Open project: scemino/nscumm

Public Methods

Method Description
Dispose ( ) : void
ReadBuffer ( short buffer, int numSamples ) : int
Rewind ( ) : bool
XAStream ( Stream stream, int rate, bool disposeAfterUse = true ) : System.IO

Private Methods

Method Description
SeekToPos ( uint pos ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ReadBuffer() public method

public ReadBuffer ( short buffer, int numSamples ) : int
buffer short
numSamples int
return int

Rewind() public method

public Rewind ( ) : bool
return bool

XAStream() public method

public XAStream ( Stream stream, int rate, bool disposeAfterUse = true ) : System.IO
stream System.IO.Stream
rate int
disposeAfterUse bool
return System.IO