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

◆ signal_decode()

void MayaFlux::IO::VideoFileReader::signal_decode ( )

Non-blocking signal to the background decode thread.

Called by IOManager::dispatch_decode_request() when it owns the IOService registration. In standalone mode the IOService lambda calls this directly. Must never block.

Definition at line 649 of file VideoFileReader.cpp.

650{
651 m_decode_cv.notify_one();
652}
std::condition_variable m_decode_cv

References m_decode_cv.

Referenced by setup_io_service().

+ Here is the caller graph for this function: