TuttleOFX  1
tuttle::plugin::av::reader::AVReaderProcess< View > Class Template Reference

Audio Video process. More...

#include <AVReaderProcess.hpp>

Inheritance diagram for tuttle::plugin::av::reader::AVReaderProcess< View >:
Collaboration diagram for tuttle::plugin::av::reader::AVReaderProcess< View >:

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.

Detailed Description

template<class View>
class tuttle::plugin::av::reader::AVReaderProcess< View >

Audio Video process.

Definition at line 21 of file AVReaderProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::av::reader::AVReaderProcess< View >::AVReaderProcess ( AVReaderPlugin instance)

Definition at line 11 of file AVReaderProcess.tcc.

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

Here is the call graph for this function:


Member Function Documentation

template<class View >
void tuttle::plugin::av::reader::AVReaderProcess< 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 40 of file AVReaderProcess.tcc.

template<class View >
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.


Field Documentation

template<class View >
AVReaderPlugin& tuttle::plugin::av::reader::AVReaderProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 24 of file AVReaderProcess.hpp.


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