C# Class NScumm.Core.Audio.SoftSynth.TownsAudioInterface

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

Méthodes publiques

Méthode Description
Callback ( int command ) : bool
Dispose ( ) : void
Init ( ) : bool
SetMusicVolume ( int volume ) : void
SetSoundEffectChanMask ( int mask ) : void
SetSoundEffectVolume ( int volume ) : void
TownsAudioInterface ( IMixer mixer, ITownsAudioInterfacePluginDriver driver, bool externalMutexHandling = false ) : System

Method Details

Callback() public méthode

public Callback ( int command ) : bool
command int
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( ) : bool
Résultat bool

SetMusicVolume() public méthode

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

SetSoundEffectChanMask() public méthode

public SetSoundEffectChanMask ( int mask ) : void
mask int
Résultat void

SetSoundEffectVolume() public méthode

public SetSoundEffectVolume ( int volume ) : void
volume int
Résultat void

TownsAudioInterface() public méthode

public TownsAudioInterface ( IMixer mixer, ITownsAudioInterfacePluginDriver driver, bool externalMutexHandling = false ) : System
mixer IMixer
driver ITownsAudioInterfacePluginDriver
externalMutexHandling bool
Résultat System