#include <GizmodLibVisualPlugin.hpp>


Public Member Functions | |
| void | init () |
| Initialize the plugin. | |
| void | render (float VULeft, float VURight, float VUCombined) |
| Render the sound data. | |
| void | shutdown () |
| Close the plugin. | |
| GizmodLibVisualPlugin () | |
| Default Constructor. | |
| virtual | ~GizmodLibVisualPlugin () |
| Destructor. | |
Definition at line 50 of file GizmodLibVisualPlugin.hpp.
| GizmodLibVisualPlugin::GizmodLibVisualPlugin | ( | ) |
Default Constructor.
GizmodLibVisualPlugin Default Constructor.
Definition at line 70 of file GizmodLibVisualPlugin.cpp.
References DEFAULT_HOST, and DEFAULT_PORT.
| GizmodLibVisualPlugin::~GizmodLibVisualPlugin | ( | ) | [virtual] |
Destructor.
GizmodLibVisualPlugin Destructor.
Definition at line 80 of file GizmodLibVisualPlugin.cpp.
References H::Socket::closeSocket().
| void GizmodLibVisualPlugin::render | ( | float | VULeft, | |
| float | VURight, | |||
| float | VUCombined | |||
| ) |
Render the sound data.
| VULeft | VU information for the left channel | |
| VURight | VU information for the right channel | |
| VUCombined | VU information for both channels |
Definition at line 150 of file GizmodLibVisualPlugin.cpp.
References Gizmod::GizmoClient::sendEventSoundVisualization().
Referenced by GizmodLibVisual_Render().
| void GizmodLibVisualPlugin::shutdown | ( | ) |
Close the plugin.
Shutdown the plugin.
Reimplemented from H::Socket.
Definition at line 138 of file GizmodLibVisualPlugin.cpp.
References cdbg, Gizmod::GizmoClient::sendEventSoundVisualization(), and Gizmod::SOUNDVISUALIZATION_DISCONNECT.
Referenced by GizmodLibVisual_CleanUp().
1.5.3