r827: Fix a crash when no audio output device can be opened.
[cinelerra_cv.git] / cinelerra / cplayback.h
blob43adc0c1b15d8c9842e4f813723db25605c7d84d
1 #ifndef CPLAYBACK_H
2 #define CPLAYBACK_H
4 #include "cwindow.inc"
5 #include "playbackengine.h"
7 class CPlayback : public PlaybackEngine
9 public:
10 CPlayback(MWindow *mwindow, CWindow *cwindow, Canvas *output);
12 int create_render_engine();
13 void init_cursor();
14 void stop_cursor();
15 int brender_available(long position);
17 CWindow *cwindow;
20 #endif