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

◆ unregister_state_change_callback()

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

Unregister the state change callback, if any.

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 854 of file TextureContainer.cpp.

855{
856 Memory::SeqlockWriteGuard g(m_cb_lock);
857 m_state_cb = nullptr;
858}
std::function< void(const std::shared_ptr< SignalSourceContainer > &, ProcessingState)> m_state_cb