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

◆ unregister_state_change_callback()

void MayaFlux::Kakshya::SoundStreamContainer::unregister_state_change_callback ( )
inlineoverridevirtual

Unregister the state change callback, if any.

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 113 of file SoundStreamContainer.hpp.

114 {
115 Memory::SeqlockWriteGuard g(m_cb_lock);
116 m_state_callback = nullptr;
117 }
std::function< void(std::shared_ptr< SignalSourceContainer >, ProcessingState)> m_state_callback