ScummVM API documentation
Scumm::Player_Towns_v2 Class Reference
Inheritance diagram for Scumm::Player_Towns_v2:
Scumm::Player_Towns Scumm::MusicEngine Common::Serializable

Public Member Functions

 Player_Towns_v2 (ScummEngine *vm, Audio::Mixer *mixer, IMuse *imuse, bool disposeIMuse)
 
bool init () override
 
void setMusicVolume (int vol) override
 
int getSoundStatus (int sound) const override
 
void startSound (int sound) override
 
void stopSound (int sound) override
 
void stopAllSounds () override
 
int32 doCommand (int numargs, int args[]) override
 
void saveLoadWithSerializer (Common::Serializer &ser) override
 
- Public Member Functions inherited from Scumm::Player_Towns
 Player_Towns (ScummEngine *vm, bool isVersion2)
 
void setSfxVolume (int vol) override
 
void restoreAfterLoad () override
 
virtual int getCurrentCdaSound ()
 
virtual int getCurrentCdaVolume ()
 
virtual void setVolumeCD (int left, int right)
 
virtual void setSoundVolume (int sound, int left, int right)
 
virtual void setSoundNote (int sound, int note)
 
- Public Member Functions inherited from Scumm::MusicEngine
virtual void startSoundWithTrackID (int sound, int track)
 
virtual int getMusicTimer ()
 
virtual void setQuality (int qual)
 

Additional Inherited Members

- Protected Member Functions inherited from Scumm::Player_Towns
void playPcmTrack (int sound, const uint8 *data, int velo=0, int pan=64, int note=0, int priority=0)
 
void stopPcmTrack (int sound)
 
int allocatePcmChannel (int sound, int sfxChanRelIndex, uint32 priority)
 
- Protected Attributes inherited from Scumm::Player_Towns
struct Scumm::Player_Towns::PcmCurrentSound _pcmCurrentSound [9]
 
uint8 _unkFlags = 0x33
 
TownsAudioInterface_intf = nullptr
 
ScummEngine_vm
 
const int _numSoundMax
 
const bool _v2
 

Member Function Documentation

◆ setMusicVolume()

void Scumm::Player_Towns_v2::setMusicVolume ( int  vol)
overridevirtual

Set the output volume for music. Also used, if the inheriting class doesn't distinguish between music and sfx.

Parameters
volthe new output volume

Implements Scumm::MusicEngine.

◆ getSoundStatus()

int Scumm::Player_Towns_v2::getSoundStatus ( int  sound) const
overridevirtual

Query the status of the sound with the given id. Usually this is just a boolean telling us whether the sound is playing or not.

Parameters
soundthe sound to for which we want the status
Returns
the status of the specified sound

Reimplemented from Scumm::Player_Towns.

◆ startSound()

void Scumm::Player_Towns_v2::startSound ( int  sound)
overridevirtual

Start playing the sound with the given id.

Parameters
soundthe sound to start

Implements Scumm::MusicEngine.

◆ stopSound()

void Scumm::Player_Towns_v2::stopSound ( int  sound)
overridevirtual

Stop playing the sound with the given id.

Parameters
soundthe sound to stop

Implements Scumm::MusicEngine.

◆ stopAllSounds()

void Scumm::Player_Towns_v2::stopAllSounds ( )
overridevirtual

Start playing all currently playing sounds.

Implements Scumm::MusicEngine.

◆ saveLoadWithSerializer()

void Scumm::Player_Towns_v2::saveLoadWithSerializer ( Common::Serializer ser)
overridevirtual

Save or load the music state.

Reimplemented from Scumm::Player_Towns.


The documentation for this class was generated from the following file: