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

◆ has_explicit_channels()

bool MayaFlux::Kriya::NodeTimeSpec::has_explicit_channels ( ) const
inline

Checks if explicit channels were specified.

Returns
True if specific channels were provided, false if all active channels should be used

This method indicates whether the operation was created with an explicit list of channels to activate. If false, the operation will use all channels that the node is currently active on.

Definition at line 73 of file Operators.hpp.

73{ return m_channels.has_value(); }
std::optional< std::vector< uint32_t > > m_channels