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

◆ get_cache_head()

uint64_t MayaFlux::Kakshya::VideoStreamContainer::get_cache_head ( ) const
inline

Total frame count known at construction / setup_ring() time.

Non-zero even before any frames are decoded.

Definition at line 189 of file VideoStreamContainer.hpp.

190 {
191 return m_cache_head.load(std::memory_order_acquire);
192 }
std::atomic< uint64_t > m_cache_head
Highest frame index committed by the decode thread.