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

◆ m_refill_threshold

uint32_t MayaFlux::Kakshya::VideoStreamContainer::m_refill_threshold { 0 }
protected

Trigger refill when (m_cache_head - read_position) drops below this.

Set by the reader at load_into_container() time. A value of 0 disables threshold notification.

Definition at line 375 of file VideoStreamContainer.hpp.

375{ 0 };

Referenced by setup_ring(), and update_read_position_for_channel().