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

◆ notify_state_change()

void MayaFlux::Kakshya::SoundStreamContainer::notify_state_change ( ProcessingState  new_state)
protected

Definition at line 572 of file SoundStreamContainer.cpp.

573{
576 m_state_callback(shared_from_this(), new_state);
577 });
578}
std::function< void(std::shared_ptr< SignalSourceContainer >, ProcessingState)> m_state_callback
bool seqlock_read_void(const Seqlock &lock, uint32_t max_attempts, Fn &&fn)
Invoke a void read functor under a Seqlock with a bounded retry count.
Definition SeqLock.hpp:222

References m_cb_lock, and m_state_callback.

Referenced by update_processing_state().

+ Here is the caller graph for this function: