Switchboard SDK
Loading...
Searching...
No Matches
switchboard::UsageTrackerNode Class Reference

Repoerts the processed audio time to the API. More...

#include <UsageTrackerNode.hpp>

Inheritance diagram for switchboard::UsageTrackerNode:

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
 

Detailed Description

Repoerts the processed audio time to the API.

UsageTrackerNode class.

Constructor & Destructor Documentation

◆ UsageTrackerNode()

switchboard::UsageTrackerNode::UsageTrackerNode ( std::string productID)

Creates a UsageTrackerNode instance.

Parameters
productIDThe id of the product to report to.