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

Inheritance: IV2A_Sound
Mostrar archivo Open project: scemino/nscumm

Private Properties

Property Type Description

Public Methods

Method Description
Start ( IPlayerMod mod, int id, byte data ) : void
Stop ( ) : void
Update ( ) : bool
V2A_Sound_Music ( ushort instoff, ushort voloff, ushort chan1off, ushort chan2off, ushort chan3off, ushort chan4off, ushort sampoff, bool looped ) : System

Method Details

Start() public method

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

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( ) : bool
return bool

V2A_Sound_Music() public method

public V2A_Sound_Music ( ushort instoff, ushort voloff, ushort chan1off, ushort chan2off, ushort chan3off, ushort chan4off, ushort sampoff, bool looped ) : System
instoff ushort
voloff ushort
chan1off ushort
chan2off ushort
chan3off ushort
chan4off ushort
sampoff ushort
looped bool
return System