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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( ) : bool
Résultat bool

V2A_Sound_Music() public méthode

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
Résultat System