repo.or.cz
/
cinelerra_cv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r954: Improve icons of the liveaudio and livevideo effects.
[cinelerra_cv.git]
/
cinelerra
/
recordmonitor.inc
blob
f40a6696a63208c3615d4de5644e55fd4f2fe01f
1
#ifndef RECORDMONITOR_INC
2
#define RECORDMONITOR_INC
3
4
class RecordMonitorGUI;
5
class RecordMonitor;
6
7
#define RECBUTTON_HEIGHT 30
8
9
10
// Operations for record monitor
11
#define MONITOR_NONE 0
12
#define MONITOR_TRANSLATE 1
13
14
#endif