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

◆ get_enforcement_strategy()

TokenEnforcementStrategy MayaFlux::Buffers::BufferProcessingChain::get_enforcement_strategy ( ) const
inline

Gets the current token enforcement strategy for this chain.

Returns
Current token enforcement strategy

Returns the currently set token enforcement strategy, which determines how the processing token is applied to processors in the pipeline. This can influence whether processors are filtered based on their compatibility with the preferred processing token.

Definition at line 211 of file BufferProcessingChain.hpp.

212 {
214 }
TokenEnforcementStrategy m_enforcement_strategy
Token enforcement strategy for this chain.