Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / playbackconfig.inc
blob5a307333e2dce3ebc3eb0e251424ba49cb383b62
1 #ifndef PLAYBACKCONFIG_INC
2 #define PLAYBACKCONFIG_INC
5 // Playback strategies
6 #define PLAYBACK_LOCALHOST 0
7 #define PLAYBACK_MULTIHEAD 1
8 #define PLAYBACK_BLONDSYMPHONY 2
9 #define PLAYBACK_STRATEGIES 3
11 // OSS can feed more than 1 device handle
12 #define MAXDEVICES 8
14 class AudioOutConfig;
15 class VideoOutConfig;
16 class PlaybackConfig;
18 #endif
20 //      Local Variables:
21 //      mode: C++
22 //      c-file-style: "linux"
23 //      End: