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

Inheritance: IRewindableAudioStream
Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

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

Private Methods

Méthode Description
SeekToPos ( uint pos ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ReadBuffer() public méthode

public ReadBuffer ( short buffer, int numSamples ) : int
buffer short
numSamples int
Résultat int

Rewind() public méthode

public Rewind ( ) : bool
Résultat bool

XAStream() public méthode

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