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

◆ get_processing_chain()

virtual std::shared_ptr< BufferProcessingChain > MayaFlux::Buffers::AudioBuffer::get_processing_chain ( )
inlineoverridevirtual

Gets the audio transformation chain attached to this buffer.

Returns
Shared pointer to the audio buffer processing chain

Returns the processing chain that contains multiple audio transformations applied in sequence when the buffer is processed. This enables complex audio processing pipelines for effects, filtering, and analysis.

Implements MayaFlux::Buffers::Buffer.

Definition at line 187 of file AudioBuffer.hpp.

187{ return m_processing_chain; }
std::shared_ptr< BufferProcessingChain > m_processing_chain
Audio transformation processing chain for this buffer.

Referenced by clone_to().

+ Here is the caller graph for this function: