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

Inheritance: IAudioStream, IDisposable
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Private Properties

Свойство Type Description
CheckVOCHeader bool
FillBuffer int
PreProcess void
UpdateBlockIfNeeded void

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetSampleRateFromVOCRate ( int vocSR ) : int
ReadBuffer ( short buffer, int count ) : int
Rewind ( ) : bool
Seek ( Timestamp where ) : bool
Seek ( int where ) : bool
VocStream ( Stream stream, bool isUnsigned ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CheckVOCHeader ( ) : bool
FillBuffer ( int maxSamples ) : int
PreProcess ( ) : void
UpdateBlockIfNeeded ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetSampleRateFromVOCRate() public static méthode

public static GetSampleRateFromVOCRate ( int vocSR ) : int
vocSR int
Résultat int

ReadBuffer() public méthode

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

Rewind() public méthode

public Rewind ( ) : bool
Résultat bool

Seek() public méthode

public Seek ( Timestamp where ) : bool
where Timestamp
Résultat bool

Seek() public méthode

public Seek ( int where ) : bool
where int
Résultat bool

VocStream() public méthode

public VocStream ( Stream stream, bool isUnsigned ) : System
stream Stream
isUnsigned bool
Résultat System