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

◆ set_enforcement_strategy()

void MayaFlux::Buffers::BufferProcessingChain::set_enforcement_strategy ( TokenEnforcementStrategy  strategy)
inline

Sets the token enforcement strategy for this chain.

Parameters
strategyToken enforcement strategy to set

This method allows the chain to specify how the processing token is enforced across the pipeline, including whether to filter processors based on their compatibility with the token. The default strategy is FILTERED, which applies the token only to compatible processors.

Definition at line 198 of file BufferProcessingChain.hpp.

199 {
200 m_enforcement_strategy = strategy;
201 }
TokenEnforcementStrategy m_enforcement_strategy
Token enforcement strategy for this chain.