|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| std::shared_ptr< Buffers::VideoContainerBuffer > MayaFlux::IO::IOManager::hook_video_container_to_buffer | ( | const std::shared_ptr< Kakshya::VideoFileContainer > & | container | ) |
Wire a VideoFileContainer to the graphics buffer system.
Creates a VideoContainerBuffer via BufferManager with GRAPHICS_BACKEND token, stores it keyed by container pointer, and returns it.
| container | Loaded VideoFileContainer to wire. |
Definition at line 375 of file IOManager.cpp.
References MayaFlux::Journal::API, MayaFlux::Journal::BufferManagement, MayaFlux::Buffers::GRAPHICS_BACKEND, m_buffer_manager, m_buffers_mutex, m_video_buffers, MF_ERROR, MF_INFO, and MayaFlux::Journal::Runtime.