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

◆ get_write_head()

uint32_t MayaFlux::Kakshya::WindowContainer::get_write_head ( ) const
inline

Current write head index in m_data, advanced by the default processor after each readback.

Exposed for testing and potential future use by custom processors.

Definition at line 99 of file WindowContainer.hpp.

99{ return m_write_head.load(); }