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

Inheritance: Player_Towns
Mostrar archivo Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
DoCommand ( int numargs, int args ) : int
Init ( ) : bool
PlayCdaTrack ( int sound, byte data, int offset, bool skipTrackVelo = false ) : void
PlayEuphonyTrack ( int sound, byte data, int offset ) : void
Player_Towns_v1 ( ScummEngine vm, IMixer mixer ) : System.Diagnostics
RestartLoopingSounds ( ) : void
SetMusicVolume ( int vol ) : void
StartSound ( int sound ) : void
StartSoundEx ( int sound, int velo, int pan, int note ) : void
StopAllSounds ( ) : void
StopSound ( int sound ) : void
StopSoundSuspendLooping ( int sound ) : void

Method Details

DoCommand() public method

public DoCommand ( int numargs, int args ) : int
numargs int
args int
return int

Init() public method

public Init ( ) : bool
return bool

PlayCdaTrack() public method

public PlayCdaTrack ( int sound, byte data, int offset, bool skipTrackVelo = false ) : void
sound int
data byte
offset int
skipTrackVelo bool
return void

PlayEuphonyTrack() public method

public PlayEuphonyTrack ( int sound, byte data, int offset ) : void
sound int
data byte
offset int
return void

Player_Towns_v1() public method

public Player_Towns_v1 ( ScummEngine vm, IMixer mixer ) : System.Diagnostics
vm ScummEngine
mixer IMixer
return System.Diagnostics

RestartLoopingSounds() public method

public RestartLoopingSounds ( ) : void
return void

SetMusicVolume() public method

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

StartSound() public method

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

StartSoundEx() public method

public StartSoundEx ( int sound, int velo, int pan, int note ) : void
sound int
velo int
pan int
note int
return void

StopAllSounds() public method

public StopAllSounds ( ) : void
return void

StopSound() public method

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

StopSoundSuspendLooping() public method

public StopSoundSuspendLooping ( int sound ) : void
sound int
return void