C# Class NScumm.Scumm.Audio.Amiga.V2A_Sound_Special_Maniac44

Inheritance: V2A_Sound_Base
Datei anzeigen Open project: scemino/nscumm

Public Methods

Method Description
Soundon ( byte data, int offset, int size ) : void
Start ( IPlayerMod mod, int id, byte data ) : void
Update ( ) : bool
V2A_Sound_Special_Maniac44 ( ushort offset1, ushort size1, ushort offset2, ushort size2, ushort freq1, ushort freq2, byte vol ) : System

Method Details

Soundon() public method

public Soundon ( byte data, int offset, int size ) : void
data byte
offset int
size int
return void

Start() public method

public Start ( IPlayerMod mod, int id, byte data ) : void
mod IPlayerMod
id int
data byte
return void

Update() public method

public Update ( ) : bool
return bool

V2A_Sound_Special_Maniac44() public method

public V2A_Sound_Special_Maniac44 ( ushort offset1, ushort size1, ushort offset2, ushort size2, ushort freq1, ushort freq2, byte vol ) : System
offset1 ushort
size1 ushort
offset2 ushort
size2 ushort
freq1 ushort
freq2 ushort
vol byte
return System