
Public Member Functions | |
| LoopVideo (PluginServer *server) | |
| ~LoopVideo () | |
| int | load_defaults () |
| int | save_defaults () |
| void | save_data (KeyFrame *keyframe) |
| void | read_data (KeyFrame *keyframe) |
| void | update_gui () |
| int | is_realtime () |
| int | is_synthesis () |
| int | process_buffer (VFrame *frame, int64_t start_position, double frame_rate) |
Definition at line 45 of file loopvideo.C.
| LoopVideo::LoopVideo | ( | PluginServer * | server | ) |
| LoopVideo::~LoopVideo | ( | ) |
| int LoopVideo::load_defaults | ( | ) | [virtual] |
| int LoopVideo::save_defaults | ( | ) | [virtual] |
| void LoopVideo::save_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 263 of file loopvideo.C.
References FileXML::append_tag(), KeyFrame::data, PluginVClient::output, XMLTag::set_property(), FileXML::set_shared_string(), XMLTag::set_title(), FileXML::tag, and FileXML::terminate_string().

| void LoopVideo::read_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 277 of file loopvideo.C.
References KeyFrame::data, XMLTag::get_property(), PluginVClient::input, FileXML::read_tag(), FileXML::set_shared_string(), FileXML::tag, and XMLTag::title_is().
Referenced by process_buffer().

| void LoopVideo::update_gui | ( | ) | [virtual] |
| int LoopVideo::is_realtime | ( | ) | [virtual] |
| int LoopVideo::is_synthesis | ( | ) | [virtual] |
| int LoopVideo::process_buffer | ( | VFrame * | frame, | |
| int64_t | start_position, | |||
| double | frame_rate | |||
| ) | [virtual] |
Reimplemented from PluginVClient.
Definition at line 180 of file loopvideo.C.
References PluginVClient::edl_to_local(), PluginClient::get_direction(), PluginClient::get_next_keyframe(), PluginClient::get_prev_keyframe(), PluginClient::get_source_start(), PluginClient::get_total_len(), Auto::position, read_data(), and PluginVClient::read_frame().

1.5.5