Switchboard SDK
|
Repoerts the processed audio time to the API. More...
#include <UsageTrackerNode.hpp>
Public Member Functions | |
SB_WASM | UsageTrackerNode (std::string productID) |
Creates a UsageTrackerNode instance. | |
SB_WASM bool | setBusFormat (AudioBusFormat &inputBusFormat, AudioBusFormat &outputBusFormat) override |
SB_WASM bool | process (AudioBus &inBus, AudioBus &outBus) override |
Repoerts the processed audio time to the API.
UsageTrackerNode class.
switchboard::UsageTrackerNode::UsageTrackerNode | ( | std::string | productID | ) |
Creates a UsageTrackerNode instance.
productID | The id of the product to report to. |