r999: maintainers added to README_en.
[cinelerra_cv/mob.git] / cinelerra / playbackconfig.inc
blobbb2dda8883cdf1f0e2c8d0b41722cbfcba3e8490
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