#include <GizmoEventSoundVisualization.hpp>
Public Member Functions | |
float | getVULeft () |
Get VU data for the left channel. | |
float | getVURight () |
Get VU data for the rightchannel. | |
float | getVUCombined () |
Get VU data for combined channels. | |
SoundVisualizationEventType | getType () |
Get the event type. | |
GizmoEventSoundVisualization () | |
Default Constructor. | |
GizmoEventSoundVisualization (SoundVisualizationEventType Type, bool IsRemote=false) | |
Init Constructor. | |
GizmoEventSoundVisualization (float vuLeft, float vuRight, float vuCombined, bool IsRemote=false) | |
Init Constructor. | |
virtual | ~GizmoEventSoundVisualization () |
Destructor. | |
Friends | |
class | boost::serialization::access |
This class is for all GizmoEventSoundVisualizations attached to the system.
Definition at line 71 of file GizmoEventSoundVisualization.hpp.
GizmoEventSoundVisualization::GizmoEventSoundVisualization | ( | ) |
Default Constructor.
GizmoEventSoundVisualization Default Constructor.
Definition at line 50 of file GizmoEventSoundVisualization.cpp.
References Gizmod::SOUNDVISUALIZATION_RENDER.
GizmoEventSoundVisualization::GizmoEventSoundVisualization | ( | SoundVisualizationEventType | Type, | |
bool | IsRemote = false | |||
) |
Init Constructor.
GizmoEventSoundVisualization Init Constructor.
Definition at line 68 of file GizmoEventSoundVisualization.cpp.
GizmoEventSoundVisualization::GizmoEventSoundVisualization | ( | float | vuLeft, | |
float | vuRight, | |||
float | vuCombined, | |||
bool | IsRemote = false | |||
) |
Init Constructor.
GizmoEventSoundVisualization Init Constructor.
Definition at line 58 of file GizmoEventSoundVisualization.cpp.
References Gizmod::SOUNDVISUALIZATION_RENDER.
GizmoEventSoundVisualization::~GizmoEventSoundVisualization | ( | ) | [virtual] |
Destructor.
GizmoEventSoundVisualization Destructor.
Definition at line 76 of file GizmoEventSoundVisualization.cpp.
float GizmoEventSoundVisualization::getVULeft | ( | ) |
Get VU data for the left channel.
Definition at line 87 of file GizmoEventSoundVisualization.cpp.
float GizmoEventSoundVisualization::getVURight | ( | ) |
Get VU data for the rightchannel.
Get VU data for the right channel.
Definition at line 95 of file GizmoEventSoundVisualization.cpp.
float GizmoEventSoundVisualization::getVUCombined | ( | ) |
Get VU data for combined channels.
Get VU data for both channels.
Definition at line 103 of file GizmoEventSoundVisualization.cpp.
SoundVisualizationEventType GizmoEventSoundVisualization::getType | ( | ) |
Get the event type.
Get VU data for both channels.
Definition at line 111 of file GizmoEventSoundVisualization.cpp.