Method | Description | |
---|---|---|
GetMusicTimer ( ) : int | ||
Player_V1 ( ScummEngine scumm, IMixer mixer, bool pcjr ) : System | ||
StartSound ( int nr ) : void | ||
StopAllSounds ( ) : void | ||
StopSound ( int nr ) : void |
Method | Description | |
---|---|---|
ChainSound ( int nr, byte data ) : void | ||
ClearChannel ( int i ) : void | ||
GeneratePCjrSamples ( short data, int offset, int len ) : void | ||
GenerateSpkSamples ( short data, int offset, int len ) : void | ||
NextTick ( ) : void |
Method | Description | |
---|---|---|
CreateChannels ( ) : channel_data_v1[] | ||
NextPCjrCmd ( ) : void | ||
NextSpeakerCmd ( ) : void | ||
ParsePCjrChunk ( ) : void | ||
ParseSpeakerChunk ( ) : void | ||
SetMplex ( uint mplex ) : void |
protected ChainSound ( int nr, byte data ) : void | ||
nr | int | |
data | byte | |
return | void |
protected GeneratePCjrSamples ( short data, int offset, int len ) : void | ||
data | short | |
offset | int | |
len | int | |
return | void |
protected GenerateSpkSamples ( short data, int offset, int len ) : void | ||
data | short | |
offset | int | |
len | int | |
return | void |
public Player_V1 ( ScummEngine scumm, IMixer mixer, bool pcjr ) : System | ||
scumm | ScummEngine | |
mixer | IMixer | |
pcjr | bool | |
return | System |