Represents a node in the audio graph. More...
#include <AudioNode.hpp>
Public Member Functions | |
virtual | ~AudioNode ()=default |
AudioNode virtual destructor. | |
const std::string & | getType () const |
Gets the type of the audio node. | |
virtual const std::string | getDisplayName () const |
Gets the display name of the audio node. | |
Public Attributes | |
std::string | name |
The name of the audio node. | |
Protected Attributes | |
std::string | type |
Represents a node in the audio graph.
AudioNode class.
|
virtual |
Gets the display name of the audio node.
By default the display name follows this format: name (type)
const std::string & switchboard::AudioNode::getType | ( | ) | const |
Gets the type of the audio node.