#include <sound.hh>
Inheritance diagram for LocalSound:
Stores sound information. Use the object to control remote objects which perform the actual playback
Definition at line 110 of file sound.hh.
|
Constructor.
Definition at line 42 of file sound.cc. Referenced by new_LocalSound(). |
|
Initialize subproperties.
Definition at line 47 of file sound.cc. Referenced by new_LocalSound(). |
|
Static generator, for factory.
Definition at line 248 of file sound.cc. Referenced by Sound::registerExtenders(). |
|
Pause the sound. Sends remote update message sound:pause |
|
Play the sound from the beginning. Sends remote-update message sound:play |
|
Resume after pausing. Sends remote update message sound:resume |
|
Called when this object gets a message.
|
|
Stop playing the sound. Sends remote-update message sound:stop |