TuttleOFX
1
|
Audio Video process. More...
#include <AVReaderProcess.hpp>
Public Member Functions | |
AVReaderProcess (AVReaderPlugin &instance) | |
void | setup (const OFX::RenderArguments &args) |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
Protected Attributes | |
AVReaderPlugin & | _plugin |
Rendering plugin. |
Audio Video process.
Definition at line 21 of file AVReaderProcess.hpp.
tuttle::plugin::av::reader::AVReaderProcess< View >::AVReaderProcess | ( | AVReaderPlugin & | instance | ) |
Definition at line 11 of file AVReaderProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().
void tuttle::plugin::av::reader::AVReaderProcess< 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 40 of file AVReaderProcess.tcc.
void tuttle::plugin::av::reader::AVReaderProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 19 of file AVReaderProcess.tcc.
References OFX::RenderArguments::time.
AVReaderPlugin& tuttle::plugin::av::reader::AVReaderProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 24 of file AVReaderProcess.hpp.