C# Class NScumm.Scumm.Audio.Players.Player_V5M

Inheritance: Player_Mac
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
Player_V5M ( ScummEngine scumm, IMixer mixer ) : System.Diagnostics

Méthodes protégées

Méthode Description
CheckMusicAvailable ( ) : bool
GetNextNote ( int ch, uint &samples, int &pitchModifier, byte &velocity ) : bool
LoadMusic ( byte ptr ) : bool

Method Details

CheckMusicAvailable() protected méthode

protected CheckMusicAvailable ( ) : bool
Résultat bool

GetNextNote() protected méthode

protected GetNextNote ( int ch, uint &samples, int &pitchModifier, byte &velocity ) : bool
ch int
samples uint
pitchModifier int
velocity byte
Résultat bool

LoadMusic() protected méthode

protected LoadMusic ( byte ptr ) : bool
ptr byte
Résultat bool

Player_V5M() public méthode

public Player_V5M ( ScummEngine scumm, IMixer mixer ) : System.Diagnostics
scumm ScummEngine
mixer IMixer
Résultat System.Diagnostics