Свойство | Type | Description | |
---|---|---|---|
UpdateSound | bool |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
GenerateSamples ( int cycles ) : void | ||
GetMusicTimer ( ) : int | ||
GetSoundStatus ( int nr ) : int | ||
IMusicEngine ( |
||
Player_AppleII ( ScummEngine scumm, IMixer mixer ) : System | ||
ReadBuffer ( short buffer, int count ) : int | ||
ResetState ( ) : void | ||
SetMusicVolume ( int vol ) : void | ||
SetSampleRate ( int rate ) : void | ||
SpeakerToggle ( ) : void | ||
StartSound ( int nr ) : void | ||
StopAllSounds ( ) : void | ||
StopSound ( int nr ) : void | ||
Wait ( int interval, int count ) : void |
Méthode | Description | |
---|---|---|
UpdateSound ( ) : bool |
public GenerateSamples ( int cycles ) : void | ||
cycles | int | |
Résultat | void |
public IMusicEngine ( |
||
serializer | ||
Résultat | void |
public Player_AppleII ( ScummEngine scumm, IMixer mixer ) : System | ||
scumm | ScummEngine | |
mixer | IMixer | |
Résultat | System |
public ReadBuffer ( short buffer, int count ) : int | ||
buffer | short | |
count | int | |
Résultat | int |
public Wait ( int interval, int count ) : void | ||
interval | int | |
count | int | |
Résultat | void |