MayaFlux 0.4.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 97 of file WindowContainer.hpp.

97{ return m_write_head.load(); }