00001 #ifndef PLAYBACKCONFIG_INC 00002 #define PLAYBACKCONFIG_INC 00003 00004 00005 // Playback strategies 00006 #define PLAYBACK_LOCALHOST 0 00007 #define PLAYBACK_MULTIHEAD 1 00008 #define PLAYBACK_BLONDSYMPHONY 2 00009 #define PLAYBACK_STRATEGIES 3 00010 00011 // OSS can feed more than 1 device handle 00012 #define MAXDEVICES 8 00013 00014 class AudioOutConfig; 00015 class VideoOutConfig; 00016 class PlaybackConfig; 00017 00018 #endif
1.5.5