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

◆ get_stream()

std::shared_ptr< Kakshya::DynamicSoundStream > MayaFlux::Kriya::SamplingPipeline::get_stream ( ) const
inline

Get the underlying DynamicSoundStream.

Exposes stream properties and allows construction of custom slices outside of the provided StreamSliceProcessor interface.

Returns
Shared pointer to the DynamicSoundStream.

Definition at line 256 of file SamplingPipeline.hpp.

256{ return m_stream; }
std::shared_ptr< Kakshya::DynamicSoundStream > m_stream