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

◆ channel()

template<typename T >
CreationHandle & MayaFlux::CreationHandle< T >::channel ( uint32_t  ch)
inline

Definition at line 64 of file Creator.hpp.

65 {
66 m_ctx.channel = ch;
67 m_ctx.channels.reset();
69 return *this;
70 }
CreationContext m_ctx
Definition Creator.hpp:178
std::optional< uint32_t > channel
Definition Creator.hpp:10
std::optional< std::vector< uint32_t > > channels
Definition Creator.hpp:11

References MayaFlux::CreationHandle< T >::apply_if_ready(), MayaFlux::CreationContext::channel, MayaFlux::CreationContext::channels, and MayaFlux::CreationHandle< T >::m_ctx.

Referenced by MayaFlux::CreationHandle< T >::operator[]().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: