프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_intf | |||
_numSoundMax | int | ||
_pcmCurrentSound | PcmCurrentSound[] | ||
_vm | ScummEngine |
메소드 | 설명 | |
---|---|---|
DoCommand ( int numargs, int args ) : int | ||
GetCurrentCdaSound ( ) : int | ||
GetCurrentCdaVolume ( ) : int | ||
GetMusicTimer ( ) : int | ||
GetSoundStatus ( int sound ) : int | ||
Init ( ) : bool | ||
SaveOrLoad ( |
||
SetMusicVolume ( int vol ) : void | ||
SetSfxVolume ( int volume ) : void | ||
SetSoundNote ( int sound, int note ) : void | ||
SetSoundVolume ( int sound, int left, int right ) : void | ||
SetVolumeCD ( int left, int right ) : void | ||
StartSound ( int sound ) : void | ||
StopAllSounds ( ) : void | ||
StopSound ( int sound ) : void |
메소드 | 설명 | |
---|---|---|
AllocatePcmChannel ( int sound, int sfxChanRelIndex, uint priority ) : int | ||
PlayPcmTrack ( int sound, byte data, int offset, int velo, int pan, int note, int priority ) : void | ||
Player_Towns ( ScummEngine vm, bool isVersion2 ) : System.Collections.Generic | ||
RestoreAfterLoad ( ) : void | ||
StopPcmTrack ( int sound ) : void |
메소드 | 설명 | |
---|---|---|
CreatePcmCurrentSounds ( ) : PcmCurrentSound[] |
protected AllocatePcmChannel ( int sound, int sfxChanRelIndex, uint priority ) : int | ||
sound | int | |
sfxChanRelIndex | int | |
priority | uint | |
리턴 | int |
public abstract DoCommand ( int numargs, int args ) : int | ||
numargs | int | |
args | int | |
리턴 | int |
protected PlayPcmTrack ( int sound, byte data, int offset, int velo, int pan, int note, int priority ) : void | ||
sound | int | |
data | byte | |
offset | int | |
velo | int | |
pan | int | |
note | int | |
priority | int | |
리턴 | void |
protected Player_Towns ( ScummEngine vm, bool isVersion2 ) : System.Collections.Generic | ||
vm | ScummEngine | |
isVersion2 | bool | |
리턴 | System.Collections.Generic |
public SaveOrLoad ( |
||
ser | ||
리턴 | void |
public SetSoundVolume ( int sound, int left, int right ) : void | ||
sound | int | |
left | int | |
right | int | |
리턴 | void |
protected TownsAudioInterface,NScumm.Core.Audio.SoftSynth _intf | ||
리턴 |