TuttleOFX  1
tuttle::plugin::av::writer::AVWriterProcess< View > Class Template Reference

FFMpeg process. More...

#include <AVWriterProcess.hpp>

Inheritance diagram for tuttle::plugin::av::writer::AVWriterProcess< View >:
Collaboration diagram for tuttle::plugin::av::writer::AVWriterProcess< View >:

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

Detailed Description

template<class View>
class tuttle::plugin::av::writer::AVWriterProcess< View >

FFMpeg process.

Definition at line 23 of file AVWriterProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::av::writer::AVWriterProcess< View >::AVWriterProcess ( AVWriterPlugin instance)

Definition at line 11 of file AVWriterProcess.tcc.

References tuttle::plugin::ImageProcessor::setNoMultiThreading().

Here is the call graph for this function:


Member Function Documentation

template<class View >
void tuttle::plugin::av::writer::AVWriterProcess< View >::multiThreadProcessImages ( const OfxRectI procWindowRoW) [virtual]

Function called by rendering thread each time a process must be done.

Parameters:
[in]procWindowRoWProcessing window in RoW

Implements tuttle::plugin::ImageProcessor.

Definition at line 24 of file AVWriterProcess.tcc.

References tuttle::plugin::viewer::img, and boost::gil::view().

Here is the call graph for this function:


Field Documentation

template<class View >
AVProcessParams tuttle::plugin::av::writer::AVWriterProcess< View >::_params [protected]

Definition at line 27 of file AVWriterProcess.hpp.

template<class View >
AVWriterPlugin& tuttle::plugin::av::writer::AVWriterProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 26 of file AVWriterProcess.hpp.


The documentation for this class was generated from the following files: