X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackengine.h;h=5d915877eece836e0345e683c100cb2934167263;hb=ad2996ab94e6e12c9c14a5b9f14792f76111dff7;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..5d915877 100644 --- a/cinelerra-5.1/cinelerra/playbackengine.h +++ b/cinelerra-5.1/cinelerra/playbackengine.h @@ -81,7 +81,9 @@ 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); // Maintain caches through console changes CICache *audio_cache, *video_cache;