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

◆ get_processing_chain()

std::shared_ptr< DataProcessingChain > MayaFlux::Kakshya::SoundStreamContainer::get_processing_chain ( )
inlineoverridevirtual

Get the current processing chain for this container.

Returns
Shared pointer to the DataProcessingChain, or nullptr if none

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 134 of file SoundStreamContainer.hpp.

134{ return m_processing_chain; }
std::shared_ptr< DataProcessingChain > m_processing_chain