|
TuttleOFX
1
|
#include <tuttle/plugin/Plugin.hpp>#include "reader/AVReaderPluginFactory.hpp"#include "writer/AVWriterPluginFactory.hpp"#include "swscale/SwscalePluginFactory.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | OFX |
The core 'OFX Support' namespace, used by plugin implementations. All code for these are defined in the common support libraries. | |
| namespace | OFX::Plugin |
The OFX::Plugin namespace. All the functions in here needs to be defined by each plugin that uses the support libs. | |
Defines | |
| #define | OFXPLUGIN_VERSION_MAJOR 3 |
| #define | OFXPLUGIN_VERSION_MINOR 0 |
Functions | |
| void | OFX::Plugin::getPluginIDs (OFX::PluginFactoryArray &ids) |
| #define OFXPLUGIN_VERSION_MAJOR 3 |
Definition at line 1 of file mainEntry.cpp.
| #define OFXPLUGIN_VERSION_MINOR 0 |
Definition at line 2 of file mainEntry.cpp.