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

◆ get_auto_resize()

bool MayaFlux::Kakshya::DynamicSoundStream::get_auto_resize ( ) const
inline

Check if automatic capacity expansion is currently enabled.

Returns
True if auto-resize is enabled, false otherwise

Definition at line 88 of file DynamicSoundStream.hpp.

88{ return m_auto_resize; }
bool m_auto_resize
Enable automatic capacity expansion.