|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::IO::CameraReader::set_container | ( | const std::shared_ptr< Kakshya::CameraContainer > & | container | ) |
Store a weak reference to the container for IOService dispatch.
Called by IOManager::open_camera() after create_container(). Enables pull_frame_all() to resolve the container without an explicit argument.
| container | CameraContainer created by this reader. |
Definition at line 256 of file CameraReader.cpp.
References m_container_ref, and start_decode_thread().
Here is the call graph for this function: