MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_channel_count()

unsigned int MayaFlux::Nodes::NodeGraphManager::get_channel_count ( ProcessingToken  token) const

Get the number of active channels for a specific token.

Parameters
tokenProcessing domain
Returns
Number of channels that have active root nodes

Definition at line 291 of file NodeGraphManager.cpp.

292{
293 auto channels = get_all_channels(token);
294 return static_cast<unsigned int>(channels.size());
295}
std::vector< unsigned int > get_all_channels(ProcessingToken token) const
Gets all channel indices for a given processing token.

References get_all_channels().

+ Here is the call graph for this function: