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

Inheritance: Player_Mac
Exibir arquivo Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
Player_V5M ( ScummEngine scumm, IMixer mixer ) : System.Diagnostics

Protected Methods

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

Method Details

CheckMusicAvailable() protected method

protected CheckMusicAvailable ( ) : bool
return bool

GetNextNote() protected method

protected GetNextNote ( int ch, uint &samples, int &pitchModifier, byte &velocity ) : bool
ch int
samples uint
pitchModifier int
velocity byte
return bool

LoadMusic() protected method

protected LoadMusic ( byte ptr ) : bool
ptr byte
return bool

Player_V5M() public method

public Player_V5M ( ScummEngine scumm, IMixer mixer ) : System.Diagnostics
scumm ScummEngine
mixer IMixer
return System.Diagnostics