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

Inheritance: V2A_Sound_MultiLooped
Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
Start ( IPlayerMod mod, int id, byte data ) : void
Update ( ) : bool
V2A_Sound_MultiLoopedDuration ( ushort offset, ushort size, ushort freq1, byte vol1, ushort freq2, byte vol2, ushort numframes ) : System.Diagnostics

Method Details

Start() public méthode

public Start ( IPlayerMod mod, int id, byte data ) : void
mod IPlayerMod
id int
data byte
Résultat void

Update() public méthode

public Update ( ) : bool
Résultat bool

V2A_Sound_MultiLoopedDuration() public méthode

public V2A_Sound_MultiLoopedDuration ( ushort offset, ushort size, ushort freq1, byte vol1, ushort freq2, byte vol2, ushort numframes ) : System.Diagnostics
offset ushort
size ushort
freq1 ushort
vol1 byte
freq2 ushort
vol2 byte
numframes ushort
Résultat System.Diagnostics