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

◆ token_processing_func_t

typedef std::function< void(const std::vector< std::shared_ptr< Routine > > &, uint64_t)> MayaFlux::Vruta::token_processing_func_t

Function type for processing tasks in a specific token domain.

This function type defines the signature for custom processing functions that can be registered to handle tasks in a specific processing domain. The function receives a vector of routines and the number of processing units (samples, frames, etc.) to advance.

Definition at line 19 of file ProcessingArchitecture.hpp.