X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackengine.h;h=2fd071677bb52b19157781f6c1c04b459c4429df;hb=723142d62d61cde588e961426440f839ca9dcda9;hp=9d2d35e338f9f9e0708179042cc62ac5b28d89c2;hpb=ed1cab1d6cbde6129bbd09b9609f7bba03ab610f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/playbackengine.h b/cinelerra-5.1/cinelerra/playbackengine.h index 9d2d35e3..2fd07167 100644 --- a/cinelerra-5.1/cinelerra/playbackengine.h +++ b/cinelerra-5.1/cinelerra/playbackengine.h @@ -81,7 +81,10 @@ public: ChannelDB* get_channeldb(); void run(); - void stop_playback(); + void stop_playback(int wait); + void issue_command(EDL *edl, int command, int wait_tracking, + int use_inout, int update_refresh, int toggle_audio); + void refresh_frame(int change_type, EDL *edl); // Maintain caches through console changes CICache *audio_cache, *video_cache;