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

Inheritance: IDisposable
Datei anzeigen Open project: scemino/nscumm Class Usage Examples

Public Methods

Method 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 method

public Callback ( int command ) : bool
command int
return bool

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( ) : bool
return bool

SetMusicVolume() public method

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

SetSoundEffectChanMask() public method

public SetSoundEffectChanMask ( int mask ) : void
mask int
return void

SetSoundEffectVolume() public method

public SetSoundEffectVolume ( int volume ) : void
volume int
return void

TownsAudioInterface() public method

public TownsAudioInterface ( IMixer mixer, ITownsAudioInterfacePluginDriver driver, bool externalMutexHandling = false ) : System
mixer IMixer
driver ITownsAudioInterfacePluginDriver
externalMutexHandling bool
return System