proxy/mixer fixes, add proxy beep, igor ru xlat
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edlsession.h
index d5d610ee742dc6a68edd5d9a61b630ae5953f0b6..a9679e8fcb8a916be7340f6a2adc2daa4f470ba9 100644 (file)
@@ -116,6 +116,7 @@ public:
        int cwindow_xscroll;
        int cwindow_yscroll;
        float cwindow_zoom;
+       int cwindow_click2play;
 // Transition
        char default_atransition[BCTEXTLEN];
        char default_vtransition[BCTEXTLEN];
@@ -164,6 +165,8 @@ public:
         int proxy_use_scaler;
 // automatically rescale assets when loaded
         int proxy_auto_scale;
+// beep when proxy render done
+        int proxy_beep;
 //     int playback_strategy;
 // Play audio in realtime priority
        int real_time_playback;
@@ -214,7 +217,7 @@ public:
 // play every frame
        int video_every_frame;
 // decode video asynchronously
-       int video_asynchronous;
+//     int video_asynchronous;
        int video_tracks;
 // number of frames to write to disk at a time during video recording.
        int video_write_length;
@@ -222,6 +225,7 @@ public:
 // Use the vwindow meter or not
        int vwindow_meter;
        float vwindow_zoom;
+       int vwindow_click2play;
 
 // Global ID counter
        static int current_id;