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

◆ get_global_processing_chain()

std::shared_ptr< BufferProcessingChain > MayaFlux::Buffers::BufferManager::get_global_processing_chain ( )

Gets the global processing chain (applied to all tokens)

Returns
Shared pointer to the global processing chain

Definition at line 190 of file BufferManager.cpp.

191{
193}
std::shared_ptr< BufferProcessingChain > m_global_processing_chain
Global processing chain applied to all tokens.

References m_global_processing_chain.