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

◆ get_channels()

const std::vector< uint32_t > & MayaFlux::Kriya::NodeTimeSpec::get_channels ( ) const
inline

Gets the list of channels to activate.

Returns
Reference to the vector of channel indices

This method returns the list of channels that were specified when creating this operation. If no channels were specified, this method should not be called.

Definition at line 82 of file Operators.hpp.

82{ return m_channels.value(); }
std::optional< std::vector< uint32_t > > m_channels