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

Scumm V3 Amiga sound/music driver.
Inheritance: IMusicEngine
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetMusicTimer ( ) : int
GetSoundStatus ( int nr ) : int
IMusicEngine ( Serializer serializer ) : void
Player_V3A ( ScummEngine scumm, IPlayerMod mod ) : System
SetMusicVolume ( int vol ) : void
StartSound ( int nr ) : void
StopAllSounds ( ) : void
StopSound ( int nr ) : void
playMusic ( ) : void

Private Methods

Méthode Description
getMusChan ( int id ) : int
getSfxChan ( int id ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetMusicTimer() public méthode

public GetMusicTimer ( ) : int
Résultat int

GetSoundStatus() public méthode

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

IMusicEngine() public méthode

public IMusicEngine ( Serializer serializer ) : void
serializer NScumm.Scumm.IO.Serializer
Résultat void

Player_V3A() public méthode

public Player_V3A ( ScummEngine scumm, IPlayerMod mod ) : System
scumm ScummEngine
mod IPlayerMod
Résultat System

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

playMusic() public méthode

public playMusic ( ) : void
Résultat void