C# Class NScumm.Scumm.Audio.Players.Player_V2A

Inheritance: IMusicEngine
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
GetMusicTimer ( ) : int
GetSoundStatus ( int nr ) : int
Player_V2A ( ScummEngine scumm, IPlayerMod modPlayer ) : System.Diagnostics
SetMusicVolume ( int vol ) : void
StartSound ( int nr ) : void
StopAllSounds ( ) : void
StopSound ( int nr ) : void

Private Methods

Méthode Description
FindSound ( long crc ) : IV2A_Sound
GetCRC ( byte data, int offset, int len ) : uint
GetSoundSlot ( int id ) : int
IMusicEngine ( Serializer serializer ) : void
InitCRC ( ) : uint[]
UpdateSound ( ) : void

Method Details

GetMusicTimer() public méthode

public GetMusicTimer ( ) : int
Résultat int

GetSoundStatus() public méthode

public GetSoundStatus ( int nr ) : int
nr int
Résultat int

Player_V2A() public méthode

public Player_V2A ( ScummEngine scumm, IPlayerMod modPlayer ) : System.Diagnostics
scumm ScummEngine
modPlayer IPlayerMod
Résultat System.Diagnostics

SetMusicVolume() public méthode

public SetMusicVolume ( int vol ) : void
vol int
Résultat void

StartSound() public méthode

public StartSound ( int nr ) : void
nr int
Résultat void

StopAllSounds() public méthode

public StopAllSounds ( ) : void
Résultat void

StopSound() public méthode

public StopSound ( int nr ) : void
nr int
Résultat void