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

◆ process()

void MayaFlux::Core::NodeProcessingHandle::process ( uint32_t  num_samples)

Process all nodes in token domain.

Definition at line 91 of file ProcessingArchitecture.cpp.

92{
93 m_manager->process_token(m_token, num_samples);
94}
std::shared_ptr< Nodes::NodeGraphManager > m_manager

References m_manager, and m_token.

Referenced by MayaFlux::Core::GraphicsSubsystem::process().

+ Here is the caller graph for this function: