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

◆ attach_to_buffer()

void MayaFlux::Buffers::FileToStreamChain::attach_to_buffer ( std::shared_ptr< Buffer buffer)

Definition at line 30 of file FileBridgeBuffer.cpp.

31{
32 m_container_adapter->set_source_channel(m_source_channel);
35}
bool add_processor(const std::shared_ptr< BufferProcessor > &processor, const std::shared_ptr< Buffer > &buffer, std::string *rejection_reason=nullptr)
Adds a processor to the transformation pipeline for a specific buffer.
std::shared_ptr< StreamWriteProcessor > m_stream_writer
std::shared_ptr< ContainerToBufferAdapter > m_container_adapter

References MayaFlux::Buffers::BufferProcessingChain::add_processor(), m_container_adapter, m_source_channel, and m_stream_writer.

+ Here is the call graph for this function: