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

◆ unregister_state_change_callback()

void MayaFlux::Kakshya::WindowContainer::unregister_state_change_callback ( )
overridevirtual

Unregister the state change callback, if any.

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 564 of file WindowContainer.cpp.

565{
566 Memory::SeqlockWriteGuard g(m_cb_lock);
567 m_state_callback = nullptr;
568}
std::function< void(const std::shared_ptr< SignalSourceContainer > &, ProcessingState)> m_state_callback

References m_cb_lock, and m_state_callback.