|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::IO::VideoFileReader::setup_io_service | ( | const std::shared_ptr< Registry::Service::IOService > & | io_service, |
| uint64_t | reader_id | ||
| ) |
Overload for IOManager-managed IOService.
Registers a lambda that calls signal_decode() when a decode request is dispatched with the matching reader_id.
The caller retains ownership of the shared IOService instance and must ensure it remains valid for the lifetime of this reader.
Definition at line 46 of file VideoFileReader.cpp.
References m_io_service, m_owns_io_service, and m_reader_id.