repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
cinelerra
/
adeviceprefs.inc
blob
45737b9ba675e2221d6ab4bafaf2e028d3a4e602
1
#ifndef ADEVICEPREFS_INC
2
#define ADEVICEPREFS_INC
3
4
class ADevicePrefs;
5
#ifndef MODEPLAY
6
#define MODEPLAY 0
7
#define MODERECORD 1
8
#define MODEDUPLEX 2
9
#endif
10
11
12
#endif
13
/*
14
// Local Variables:
15
// mode: C++
16
// c-file-style: "linux"
17
// End:
18
*/