Class that publishes messages to the sound_play node. More...
Public Member Functions | |
def | __init__ (self, client, snd, arg, volume=1.0) |
Public Attributes | |
arg | |
client | |
snd | |
vol | |
Class that publishes messages to the sound_play node.
This class is a helper class for communicating with the sound_play node via the sound_play.SoundRequest message. It has two ways of being used:
Definition at line 58 of file libsoundplay.py.
def sound_play.libsoundplay.Sound.__init__ | ( | self, | |
client, | |||
snd, | |||
arg, | |||
volume = 1.0 |
|||
) |
Definition at line 59 of file libsoundplay.py.
sound_play.libsoundplay.Sound.arg |
Definition at line 62 of file libsoundplay.py.
sound_play.libsoundplay.Sound.client |
Definition at line 60 of file libsoundplay.py.
sound_play.libsoundplay.Sound.snd |
Definition at line 61 of file libsoundplay.py.
sound_play.libsoundplay.Sound.vol |
Definition at line 63 of file libsoundplay.py.