C# Class CSPspEmu.Hle.Formats.audio.Vag.Decoder

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Méthode Description
DecodeBlock ( Block Block ) : void
Decoder ( Block BlockPointer, int BlockTotalCount ) : System
GetNextSample ( ) : StereoShortSoundSample
Reset ( ) : void
SetLoopCount ( int LoopCount ) : void

Private Methods

Méthode Description
HandleSample ( int UnpackedSample ) : short
HandleSampleKeepHistory ( int UnpackedSample ) : short
SeekNextBlock ( ) : void

Method Details

DecodeBlock() public méthode

public DecodeBlock ( Block Block ) : void
Block Block
Résultat void

Decoder() public méthode

public Decoder ( Block BlockPointer, int BlockTotalCount ) : System
BlockPointer Block
BlockTotalCount int
Résultat System

GetNextSample() public méthode

public GetNextSample ( ) : StereoShortSoundSample
Résultat CSPspEmu.Core.Audio.StereoShortSoundSample

Reset() public méthode

public Reset ( ) : void
Résultat void

SetLoopCount() public méthode

public SetLoopCount ( int LoopCount ) : void
LoopCount int
Résultat void