#include <transportque.h>

Public Member Functions | |
| TransportQue () | |
| ~TransportQue () | |
| int | send_command (int command, int change_type, EDL *new_edl, int realtime, int resume=0, int use_inout=0) |
| void | update_change_type (int change_type) |
Data Fields | |
| TransportCommand | command |
| Condition * | input_lock |
| Condition * | output_lock |
Definition at line 56 of file transportque.h.
| TransportQue::TransportQue | ( | ) |
| TransportQue::~TransportQue | ( | ) |
| int TransportQue::send_command | ( | int | command, | |
| int | change_type, | |||
| EDL * | new_edl, | |||
| int | realtime, | |||
| int | resume = 0, |
|||
| int | use_inout = 0 | |||
| ) |
Definition at line 266 of file transportque.C.
References input_lock, Condition::lock(), output_lock, and Condition::unlock().
Referenced by MWindow::add_audio_track_entry(), MWindow::add_video_track_entry(), PreferencesThread::apply_settings(), CWindowCanvas::button_press_event(), MWindow::clear_entry(), MWindow::concatenate_tracks(), New::create_new_project(), MWindow::crop_video(), CWindowCanvas::cursor_motion_event(), MWindow::cut(), MWindow::delete_track(), MWindow::delete_tracks(), PlayTransport::handle_transport(), MWindow::load_filenames(), MWindow::move_edits(), MWindow::move_effect(), MWindow::mute_selection(), MWindow::paste_silence(), MWindow::redo_entry(), MWindow::sync_parameters(), MWindow::trim_selection(), MWindow::undo_entry(), CWindow::update(), VWindow::update_position(), CWindowMaskGUI::update_preview(), CWindowProjectorGUI::update_preview(), CWindowCameraGUI::update_preview(), MWindow::update_project(), and PlaybackEngine::~PlaybackEngine().

| void TransportQue::update_change_type | ( | int | change_type | ) |
Definition at line 307 of file transportque.C.
References TransportCommand::change_type, command, input_lock, Condition::lock(), and Condition::unlock().

Definition at line 72 of file transportque.h.
Referenced by PlaybackEngine::create_objects(), TunerServer::main_loop(), PlaybackEngine::run(), and update_change_type().
Definition at line 73 of file transportque.h.
Referenced by PlaybackEngine::run(), send_command(), TransportQue(), update_change_type(), and ~TransportQue().
Definition at line 73 of file transportque.h.
Referenced by PlaybackEngine::run(), send_command(), TransportQue(), and ~TransportQue().
1.5.5