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

◆ post()

bool MayaFlux::IO::VideoFileWriter::post ( const WorkItem item)
private

Definition at line 360 of file VideoFileWriter.cpp.

361{
362 return m_queue->push(item);
363}
std::unique_ptr< Memory::LockFreeQueue< WorkItem, k_queue_capacity > > m_queue

References m_queue.

Referenced by close(), record(), write(), write(), write(), write(), and write().

+ Here is the caller graph for this function: