MayaFlux 0.5.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 181 of file VideoStreamContainer.hpp.

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