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

◆ get_preferred_token()

ProcessingToken MayaFlux::Buffers::BufferProcessingChain::get_preferred_token ( ) const
inline

Gets the preferred processing token for this chain.

*

Returns
Current preferred processing token

Returns the currently set preferred processing token, which can be used by processors to optimize their execution strategies and backend selections. This token represents the overall processing domain that the chain aims to optimize for.

Definition at line 185 of file BufferProcessingChain.hpp.

186 {
187 return m_token_filter_mask;
188 }
ProcessingToken m_token_filter_mask
Preferred processing token for this chain.