Used by Pipe class, should not be instantiated elsewhere.
More...
#include <PipeSinkNode.hpp>
|
std::string | name |
| The name of the audio node.
|
|
std::string | type |
|
Used by Pipe class, should not be instantiated elsewhere.
PipeSinkNode.
◆ consume()
bool switchboard::PipeSinkNode::consume |
( |
AudioBus & |
bus | ) |
|
|
overridevirtual |
Consumes audio data from the given bus.
- Parameters
-
bus | The bus that contain the audio data. |
- Returns
- True if audio was consumed successfully, false otherwise.
Implements switchboard::SingleBusAudioSinkNode.
◆ setBusFormat()
bool switchboard::PipeSinkNode::setBusFormat |
( |
AudioBusFormat & |
busFormat | ) |
|
|
overridevirtual |
Sets bus format.
- Parameters
-
busFormat | The bus format to set. |
- Returns
- True if the bus format was set successfully, false otherwise.
Implements switchboard::SingleBusAudioSinkNode.
The documentation for this class was generated from the following files:
- /Users/jenkins/.jenkins/workspace/Switchboard Developer Site - Production/SwitchboardSDK/src/all/AudioGraphNodes/Pipe/PipeSinkNode.hpp
- /Users/jenkins/.jenkins/workspace/Switchboard Developer Site - Production/SwitchboardSDK/src/all/AudioGraphNodes/Pipe/PipeSinkNode.cpp