#include <timefront.h>
Inherits PluginVClient.

Public Member Functions | |
| TimeFrontMain (PluginServer *server) | |
| ~TimeFrontMain () | |
| int | process_buffer (VFrame **frame, int64_t start_position, double frame_rate) |
| int | is_realtime () |
| int | is_multichannel () |
| int | load_defaults () |
| int | save_defaults () |
| void | save_data (KeyFrame *keyframe) |
| void | read_data (KeyFrame *keyframe) |
| void | update_gui () |
| int | is_synthesis () |
Data Fields | |
| int | need_reconfigure |
| OverlayFrame * | overlayer |
| VFrame * | gradient |
| VFrame * | input |
| VFrame * | output |
| TimeFrontServer * | engine |
Definition at line 216 of file timefront.h.
| TimeFrontMain::TimeFrontMain | ( | PluginServer * | server | ) |
Definition at line 619 of file timefront.C.
References engine, gradient, need_reconfigure, overlayer, and PLUGIN_CONSTRUCTOR_MACRO.
| TimeFrontMain::~TimeFrontMain | ( | ) |
Definition at line 629 of file timefront.C.
References engine, gradient, overlayer, and PLUGIN_DESTRUCTOR_MACRO.
| int TimeFrontMain::process_buffer | ( | VFrame ** | frame, | |
| int64_t | start_position, | |||
| double | frame_rate | |||
| ) | [virtual] |
Reimplemented from PluginVClient.
Definition at line 754 of file timefront.C.
References TimeFrontConfig::ALPHA, BC_A8, BC_RGB888, BC_RGB_FLOAT, BC_RGBA8888, BC_RGBA_FLOAT, BC_YUV888, BC_YUVA8888, COMPOSITEIMAGE, engine, VFrame::get_color_model(), VFrame::get_h(), PluginClient::get_project_smp(), PluginClient::get_total_buffers(), VFrame::get_w(), gradient, GRADIENTFROMAVG, GRADIENTFROMCHANNEL, GRADIENTTOPICTURE, GRADIENTTOYUVPICTURE, height, input, need_reconfigure, TimeFrontConfig::OTHERTRACK, TimeFrontConfig::OTHERTRACK_ALPHA, TimeFrontConfig::OTHERTRACK_INTENSITY, output, LoadServer::process_packages(), PluginVClient::read_frame(), SETALPHA, and width.

| int TimeFrontMain::is_realtime | ( | ) | [virtual] |
| int TimeFrontMain::is_multichannel | ( | ) | [virtual] |
| int TimeFrontMain::load_defaults | ( | ) | [virtual] |
| int TimeFrontMain::save_defaults | ( | ) | [virtual] |
| void TimeFrontMain::save_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 1133 of file timefront.C.
References FileXML::append_tag(), KeyFrame::data, output, XMLTag::set_property(), FileXML::set_shared_string(), XMLTag::set_title(), FileXML::tag, and FileXML::terminate_string().

| void TimeFrontMain::read_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 1158 of file timefront.C.
References KeyFrame::data, XMLTag::get_property(), input, FileXML::read_tag(), FileXML::set_shared_string(), FileXML::tag, and XMLTag::title_is().

| void TimeFrontMain::update_gui | ( | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 1050 of file timefront.C.
References TimeFrontTrackUsage::to_text(), TimeFrontRate::to_text(), and TimeFrontShape::to_text().

| int TimeFrontMain::is_synthesis | ( | ) | [virtual] |
Definition at line 241 of file timefront.h.
Referenced by process_buffer(), TimeFrontMain(), and ~TimeFrontMain().
Reimplemented from PluginVClient.
Definition at line 242 of file timefront.h.
Referenced by TimeFrontServer::init_packages(), process_buffer(), TimeFrontUnit::process_package(), and read_data().
Reimplemented from PluginVClient.
Definition at line 242 of file timefront.h.
Referenced by process_buffer(), and save_data().
Definition at line 243 of file timefront.h.
Referenced by process_buffer(), TimeFrontMain(), and ~TimeFrontMain().
1.5.5