Main Page | Data Structures | File List | Data Fields | Globals

f0r_plugin_info Struct Reference

#include <frei0r.h>


Data Fields

const char * name
const char * author
int plugin_type
int color_model
int frei0r_version
int major_version
int minor_version
int num_params
const char * explanation


Detailed Description

The f0r_plugin_info_t structure is filled in by the plugin to tell the application about its name, type, number of parameters, and version.


Field Documentation

const char* f0r_plugin_info::author
 

The plugin author

int f0r_plugin_info::color_model
 

The color model used

const char* f0r_plugin_info::explanation
 

An optional explanation string (can be 0)

int f0r_plugin_info::frei0r_version
 

The frei0r major version this plugin is built for

int f0r_plugin_info::major_version
 

The major version of the plugin

int f0r_plugin_info::minor_version
 

The minor version of the plugin

const char* f0r_plugin_info::name
 

The (short) name of the plugin

int f0r_plugin_info::num_params
 

The number of parameters of the plugin

int f0r_plugin_info::plugin_type
 

The plugin type (source or filter)


The documentation for this struct was generated from the following file:
Generated on Sun Feb 27 10:16:12 2005 for Frei0r - a video effect plugin API by  doxygen 1.4.1