TuttleOFX
1
|
FFMpeg process. More...
#include <AVWriterProcess.hpp>
Public Member Functions | |
AVWriterProcess (AVWriterPlugin &instance) | |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
Protected Attributes | |
AVWriterPlugin & | _plugin |
Rendering plugin. | |
AVProcessParams | _params |
FFMpeg process.
Definition at line 23 of file AVWriterProcess.hpp.
tuttle::plugin::av::writer::AVWriterProcess< View >::AVWriterProcess | ( | AVWriterPlugin & | instance | ) |
Definition at line 11 of file AVWriterProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().
void tuttle::plugin::av::writer::AVWriterProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window in RoW |
Implements tuttle::plugin::ImageProcessor.
Definition at line 24 of file AVWriterProcess.tcc.
References tuttle::plugin::viewer::img, and boost::gil::view().
AVProcessParams tuttle::plugin::av::writer::AVWriterProcess< View >::_params [protected] |
Definition at line 27 of file AVWriterProcess.hpp.
AVWriterPlugin& tuttle::plugin::av::writer::AVWriterProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 26 of file AVWriterProcess.hpp.