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

◆ unregister_state_change_callback()

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

Unregister the state change callback, if any.

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 485 of file VideoStreamContainer.cpp.

486{
487 Memory::SeqlockWriteGuard g(m_cb_lock);
488 m_state_callback = nullptr;
489}
std::function< void(const std::shared_ptr< SignalSourceContainer > &, ProcessingState)> m_state_callback

References m_cb_lock, and m_state_callback.