Class SoundClient::Sound

Nested Relationships

This class is a nested type of Class SoundClient.

Class Documentation

class Sound

Public Functions

inline void play()

Play the Sound.

This method causes the Sound to be played once.

inline void repeat()

Play the Sound repeatedly.

This method causes the Sound to be played repeatedly until stop() is called.

inline void stop()

Stop Sound playback.

This method causes the Sound to stop playing.