MayaFlux 0.2.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 870 of file SoundStreamContainer.cpp.

871{
872 m_span_cache_dirty.store(true, std::memory_order_release);
873}

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: