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

◆ set_on_end()

void MayaFlux::Kakshya::CursorAccessProcessor::set_on_end ( std::function< void()>  cb)
inline

Register a callback fired when one-shot playback reaches the end.

Parameters
cbCallback with no arguments. Called from the process() thread.

Definition at line 113 of file CursorAccessProcessor.hpp.

113{ m_on_end = std::move(cb); }