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

◆ post()

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

Definition at line 359 of file VideoFileWriter.cpp.

360{
361 return m_queue->push(item);
362}
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: