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

◆ m_cache_head

std::atomic<uint64_t> MayaFlux::Kakshya::VideoStreamContainer::m_cache_head { 0 }
protected

Highest frame index committed by the decode thread.

Written by the decode thread via commit_frame(); read by update_read_position_for_channel() to compute buffered-ahead count.

Definition at line 368 of file VideoStreamContainer.hpp.

368{ 0 };

Referenced by setup_ring(), and update_read_position_for_channel().