#include <vmodule.h>
Inheritance diagram for VModule:

Public Member Functions | |
| VModule () | |
| VModule (RenderEngine *renderengine, CommonRender *commonrender, PluginArray *plugin_array, Track *track) | |
| virtual | ~VModule () |
| void | create_objects () |
| AttachmentPoint * | new_attachment (Plugin *plugin) |
| int | get_buffer_size () |
| CICache * | get_cache () |
| int | import_frame (VFrame *output, VEdit *current_edit, int64_t input_position, double frame_rate, int direction) |
| int | render (VFrame *output, int64_t start_position, int direction, double frame_rate, int use_nudge, int debug_render) |
| FloatAutos * | get_fade_automation () |
Public Attributes | |
| VFrame * | input_temp |
| VFrame * | transition_temp |
| OverlayFrame * | overlay_temp |
Definition at line 27 of file vmodule.h.
|
|
|
|
||||||||||||||||||||
|
Definition at line 32 of file vmodule.C. References Module::data_type, input_temp, overlay_temp, TRACK_VIDEO, and transition_temp. |
|
|
Definition at line 44 of file vmodule.C. References input_temp, overlay_temp, and transition_temp. |
|
|
Reimplemented from Module. Definition at line 457 of file vmodule.C. References Module::create_objects(). |
|
|
Reimplemented from Module. |
|
|
Definition at line 62 of file vmodule.C. References Module::cache, RenderEngine::get_vcache(), and Module::renderengine. Referenced by import_frame(). |
|
|
|
|
||||||||||||||||||||||||
|
|
Reimplemented from Module. Definition at line 52 of file vmodule.C. References Module::renderengine. |
|
||||||||||||||||||||||||||||
|
|
Definition at line 58 of file vmodule.h. Referenced by import_frame(), VModule(), and ~VModule(). |
|
|
Definition at line 63 of file vmodule.h. Referenced by import_frame(), VModule(), and ~VModule(). |
|
|
Definition at line 61 of file vmodule.h. Referenced by render(), VModule(), and ~VModule(). |
1.4.4