repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
my first commit, i only added the file TEST to see how it works
[cinelerra_cv/mob.git]
/
cinelerra
/
playbackconfig.inc
blob
bb2dda8883cdf1f0e2c8d0b41722cbfcba3e8490
1
#ifndef PLAYBACKCONFIG_INC
2
#define PLAYBACKCONFIG_INC
3
4
5
// Playback strategies
6
#define PLAYBACK_LOCALHOST 0
7
#define PLAYBACK_MULTIHEAD 1
8
#define PLAYBACK_BLONDSYMPHONY 2
9
#define PLAYBACK_STRATEGIES 3
10
11
// OSS can feed more than 1 device handle
12
#define MAXDEVICES 8
13
14
class AudioOutConfig;
15
class VideoOutConfig;
16
class PlaybackConfig;
17
18
#endif