|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::VideoContainerBuffer::set_container | ( | const std::shared_ptr< Kakshya::StreamContainer > & | container | ) |
Replace the backing container at runtime.
Updates the VideoStreamReader's source. Does not resize the TextureBuffer — caller is responsible for ensuring dimension compatibility or recreating the buffer.
| container | New StreamContainer to read from. |
Definition at line 251 of file VideoContainerBuffer.cpp.
References m_container, and m_video_reader.