X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frecord.h;h=480b33298e78d227f7bb3ecb65fced361ab7ff79;hp=76e1bd52876ab4c169dec76cfe28b79e0e9503da;hb=4c207ab325a8e8e6b79a9a18d4647273b5f59f93;hpb=3878a693e0ea8626268a95333a11954cf9c10930 diff --git a/cinelerra-5.1/cinelerra/record.h b/cinelerra-5.1/cinelerra/record.h index 76e1bd52..480b3329 100644 --- a/cinelerra-5.1/cinelerra/record.h +++ b/cinelerra-5.1/cinelerra/record.h @@ -233,7 +233,8 @@ public: int commercial_jobs(); void clear_keybfr(); void add_key(int ch); - int remote_process_key(RemoteControl *remote_control, int key); + int record_process_key(RemoteControl *remote_control, int key); + int wintv_process_code(int code); int spawn(const char *fmt, ...); void display_video_text(int x, int y, const char *text, int font, int bg_color, int color, int alpha, double secs, double scale); @@ -360,11 +361,13 @@ public: class RecordRemoteHandler : public RemoteHandler { public: - int remote_process_key(RemoteControl *remote_control, int key); + int process_key(int key); int spawn(const char *fmt, ...); RecordRemoteHandler(RemoteControl *remote_control); ~RecordRemoteHandler(); + + RemoteControl *remote_control; }; class RecordCutAdsStatus : public Thread