Public Member Functions | |
| Sound (int id_, const Common::String &process_, const Common::String &res, const Common::String &filename_, const Common::String &var, int volume_, int pan_, int group_=0) | |
| int | leftVolume () const |
| int | rightVolume () const |
Public Attributes | |
| int | id |
| Common::String | process |
| Common::String | resource |
| Common::String | filename |
| Common::String | phaseVar |
| Audio::SoundHandle | handle |
| int | volume |
| int | pan |
| int | group |
| bool | paused |