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

◆ invalidate_span_cache()

void MayaFlux::Kakshya::SoundStreamContainer::invalidate_span_cache ( )
protected

Invalidate the span cache when data or layout changes.

Definition at line 827 of file SoundStreamContainer.cpp.

828{
829 m_span_cache_dirty.store(true, std::memory_order_release);
830}

References m_span_cache_dirty.

Referenced by clear(), reorganize_data_layout(), set_region_data(), set_value_impl(), and MayaFlux::Kakshya::DynamicSoundStream::write_frames().

+ Here is the caller graph for this function: