MayaFlux 0.1.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 865 of file SoundStreamContainer.cpp.

866{
867 m_span_cache_dirty.store(true, std::memory_order_release);
868}

References m_span_cache_dirty.

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

+ Here is the caller graph for this function: