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

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

Méthodes publiques

Méthode 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 méthode

public DoCommand ( int numargs, int args ) : int
numargs int
args int
Résultat int

Init() public méthode

public Init ( ) : bool
Résultat bool

PlayCdaTrack() public méthode

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

PlayEuphonyTrack() public méthode

public PlayEuphonyTrack ( int sound, byte data, int offset ) : void
sound int
data byte
offset int
Résultat void

Player_Towns_v1() public méthode

public Player_Towns_v1 ( ScummEngine vm, IMixer mixer ) : System.Diagnostics
vm ScummEngine
mixer IMixer
Résultat System.Diagnostics

RestartLoopingSounds() public méthode

public RestartLoopingSounds ( ) : void
Résultat void

SetMusicVolume() public méthode

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

StartSound() public méthode

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

StartSoundEx() public méthode

public StartSoundEx ( int sound, int velo, int pan, int note ) : void
sound int
velo int
pan int
note int
Résultat void

StopAllSounds() public méthode

public StopAllSounds ( ) : void
Résultat void

StopSound() public méthode

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

StopSoundSuspendLooping() public méthode

public StopSoundSuspendLooping ( int sound ) : void
sound int
Résultat void