| addEventListener(const std::string &eventName, Callback callback) | switchboard::EventEmitter | |
| AudioNode(uint numberOfInputs, uint numberOfOutputs) | switchboard::AudioNode | |
| AudioSourceNode(const uint numberOfOutputBuses) | switchboard::AudioSourceNode | inlineexplicit |
| callAction(const std::string &actionName, const SBAnyMap ¶ms) override | switchboard::Node | virtual |
| Callback typedef (defined in switchboard::EventEmitter) | switchboard::EventEmitter | |
| emitEvent(const std::string &eventName, const SBAny &data) | switchboard::EventEmitter | protected |
| EventEmitter() | switchboard::EventEmitter | |
| getDisplayName() const | switchboard::AudioNode | virtual |
| getNumberOfInputs() const | switchboard::Node | |
| getNumberOfOutputs() const | switchboard::Node | |
| getObjectID() const | switchboard::SwitchboardObject | |
| getObjectSubtype() const | switchboard::SwitchboardObject | |
| getObjectType() const | switchboard::SwitchboardObject | |
| getParentObject() const | switchboard::SwitchboardObject | |
| getType() const | switchboard::Node | |
| getURI() | switchboard::SwitchboardObject | |
| getValue(const std::string &key) override | switchboard::Node | virtual |
| Node(uint numberOfInputs, uint numberOfOutputs) | switchboard::Node | |
| numberOfInputs | switchboard::Node | protected |
| numberOfOutputs | switchboard::Node | protected |
| produce(AudioBus &bus)=0 | switchboard::SingleBusAudioSourceNode | pure virtual |
| produce(AudioBusList &buses) override | switchboard::SingleBusAudioSourceNode | virtual |
| registerAction(const std::string &key, const SBAnyMap &actionInfo) | switchboard::SwitchboardObject | |
| registerConfiguration(const std::string &key, const SBAnyMap &configuration) | switchboard::SwitchboardObject | |
| registerEvent(const std::string &eventName, const SBAnyMap &eventInfo) | switchboard::SwitchboardObject | |
| registerProperty(const std::string &key, const SBAnyMap &propertyInfo) | switchboard::SwitchboardObject | |
| removeEventListener(unsigned int listenerID) | switchboard::EventEmitter | |
| setBusFormat(AudioBusFormat &busFormat)=0 | switchboard::SingleBusAudioSourceNode | pure virtual |
| setBusFormats(AudioBusFormatList &busFormats) override | switchboard::SingleBusAudioSourceNode | virtual |
| setConfigurationValue(const std::string &key, const SBAny &value) | switchboard::SwitchboardObject | |
| setObjectID(const std::string &objectID) | switchboard::SwitchboardObject | |
| setObjectSubtype(std::optional< std::string > subtype) | switchboard::SwitchboardObject | |
| setParentObject(SwitchboardObject *parentObject) | switchboard::SwitchboardObject | |
| setValue(const std::string &key, const SBAny &value) override | switchboard::Node | virtual |
| SingleBusAudioSourceNode() | switchboard::SingleBusAudioSourceNode | inline |
| SwitchboardObject(const std::string &objectType) | switchboard::SwitchboardObject | explicit |
| title | switchboard::Node | protected |
| type | switchboard::Node | protected |
| ~AudioNode() override=default | switchboard::AudioNode | |
| ~EventEmitter() | switchboard::EventEmitter | virtual |
| ~SwitchboardObject() override | switchboard::SwitchboardObject | |