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

◆ m_preprocessors

std::unordered_map<std::shared_ptr<Buffer>, std::shared_ptr<BufferProcessor> > MayaFlux::Buffers::BufferProcessingChain::m_preprocessors
private

Map of buffers to their preprocessors.

Each buffer can have one preprocessor that is applied before the main processing sequence to prepare the data.

Definition at line 399 of file BufferProcessingChain.hpp.

Referenced by add_preprocessor(), and preprocess().