Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / vdevicedvb.h
blob8050df6810dea9031c5d2ffbfb9cca0a129f0aa8
1 #ifndef VDEVICEDVB_H
2 #define VDEVICEDVB_H
6 #include "devicedvbinput.inc"
7 #include "vdevicebase.h"
18 class VDeviceDVB : public VDeviceBase
20 public:
21 VDeviceDVB(VideoDevice *device);
22 ~VDeviceDVB();
24 int initialize();
25 int open_input();
26 int close_all();
27 int read_buffer(VFrame *frame);
28 void fix_asset(Asset_GC asset);
30 // Pointer to MWindow::dvb_input
31 DeviceDVBInput *input_thread;
35 #endif
37 // Local Variables:
38 // mode: C++
39 // c-file-style: "linux"
40 // End: