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

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

Méthodes publiques

Méthode Description
ClearSfxSlots ( ) : void
Dispose ( ) : void
GetMusicTimer ( ) : int
GetSoundStatus ( int nr ) : int
IMusicEngine ( Serializer serializer ) : void
Init ( ) : void
Player_V4A ( ScummEngine scumm, IMixer mixer ) : System.Diagnostics
SetMusicVolume ( int vol ) : void
SetSfxSlot ( int channel, int id, byte type ) : void
StartSound ( int nr ) : void
StopAllSounds ( ) : void
StopSound ( int nr ) : void

Private Methods

Méthode Description
GetSfxChan ( int id ) : int

Method Details

ClearSfxSlots() public méthode

public ClearSfxSlots ( ) : void
Résultat void

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

Init() public méthode

public Init ( ) : void
Résultat void

Player_V4A() public méthode

public Player_V4A ( ScummEngine scumm, IMixer mixer ) : System.Diagnostics
scumm ScummEngine
mixer IMixer
Résultat System.Diagnostics

SetMusicVolume() public méthode

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

SetSfxSlot() public méthode

public SetSfxSlot ( int channel, int id, byte type ) : void
channel int
id int
type byte
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