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

Scumm V3 Amiga sound/music driver.
Inheritance: IMusicEngine
Mostrar archivo Open project: scemino/nscumm Class Usage Examples

Public Methods

Method 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

Method Description
getMusChan ( int id ) : int
getSfxChan ( int id ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetMusicTimer() public method

public GetMusicTimer ( ) : int
return int

GetSoundStatus() public method

public GetSoundStatus ( int nr ) : int
nr int
return int

IMusicEngine() public method

public IMusicEngine ( Serializer serializer ) : void
serializer NScumm.Scumm.IO.Serializer
return void

Player_V3A() public method

public Player_V3A ( ScummEngine scumm, IPlayerMod mod ) : System
scumm ScummEngine
mod IPlayerMod
return System

SetMusicVolume() public method

public SetMusicVolume ( int vol ) : void
vol int
return void

StartSound() public method

public StartSound ( int nr ) : void
nr int
return void

StopAllSounds() public method

public StopAllSounds ( ) : void
return void

StopSound() public method

public StopSound ( int nr ) : void
nr int
return void

playMusic() public method

public playMusic ( ) : void
return void