#include <SoundImpNet.H>
Inherits SoundImplementation.
Public Member Functions | |
SoundImpNet (str_ptr host, int port) | |
~SoundImpNet () | |
void | setListenerLoc (Wtransf m) |
void | setListenerVel (Wvec v) |
void | setListenerGain (float g) |
void | load (str_ptr filename) |
void | play (str_ptr filename) |
void | stop (str_ptr filename) |
void | deleteSound (str_ptr filename) |
void | setParam (str_ptr filename, SOUNDPARAM param, float value) |
Protected Member Functions | |
void | send_network_msg (str_ptr msg) |
Protected Attributes | |
str_ptr | _host |
int | _port |
|
|
|
|
|
Implements SoundImplementation. |
|
Implements SoundImplementation. |
|
Implements SoundImplementation. |
|
|
|
Implements SoundImplementation. |
|
Implements SoundImplementation. |
|
Implements SoundImplementation. |
|
Implements SoundImplementation. |
|
Implements SoundImplementation. |
|
|
|
|