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

◆ get_container()

std::shared_ptr< Kakshya::DynamicSoundStream > MayaFlux::Buffers::StreamWriteProcessor::get_container ( ) const
inline

Get the target DynamicSoundStream container.

Returns
Shared pointer to the container receiving audio data

Definition at line 69 of file StreamWriteProcessor.hpp.

69{ return m_container; }
std::shared_ptr< Kakshya::DynamicSoundStream > m_container