X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackengine.h;h=048dc7a206fa5b9cf2fdcbd1156a344030665fbe;hp=9febc05984169fd312c9e1ab5954d54d767b62dd;hb=aa9374b902768107ebda0cffe739325ffed372f6;hpb=3bf30d220f7855b995b887dc10812ae3780e6805 diff --git a/cinelerra-5.1/cinelerra/playbackengine.h b/cinelerra-5.1/cinelerra/playbackengine.h index 9febc059..048dc7a2 100644 --- a/cinelerra-5.1/cinelerra/playbackengine.h +++ b/cinelerra-5.1/cinelerra/playbackengine.h @@ -55,6 +55,7 @@ public: void create_cache(); void perform_change(); void sync_parameters(EDL *edl); + void clear_output(); // Set wait_tracking for events that change the cursor location but // be sure to unlock the windows void interrupt_playback(int wait_tracking = 0); @@ -110,20 +111,23 @@ public: // Copy of main preferences Preferences *preferences; - int transport_stop(); + int put_command(TransportCommand *command, int reset); + int transport_stop(int wait_tracking); int transport_command(int command, int change_type=CHANGE_NONE, EDL *new_edl=0, int use_inout=0); Condition *input_lock, *output_lock; -// active command +// active command, stop command TransportCommand *command, *stop_command; - TransportCommand *curr_command, *next_command; +// next command under construction, last sent command + TransportCommand *next_command, *sent_command; // Render engine RenderEngine *render_engine; int done; int is_playing_back; + int send_active; // General purpose debugging register int debug;