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

◆ get_channel()

uint32_t MayaFlux::Nodes::RootNode::get_channel ( )
inline

Gets the channel index associated with this root node.

Returns
The channel index

Definition at line 136 of file RootNode.hpp.

136{ return m_channel; }
uint32_t m_channel
The processing channel index for this root node.
Definition RootNode.hpp:211