"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSSoundLib/Src/SoundComponentsEx/LSSStreamerTypes.h

00001 
00017 #ifndef __LSS_STREAMERTYPES_H__
00018 #define __LSS_STREAMERTYPES_H__
00019 
00020 #include "../LSSSoundLib.h"
00021 
00022 namespace lss {
00023 
00028         enum LSS_STREAMERTYPES {
00029                 LSS_ST_WAVEFILE                                 = (1UL << 1UL),
00030                 LSS_ST_OGGFILE                                  = (1UL << 2UL),
00031         };
00032 
00033 }       // namespace lss
00034 
00035 #endif  // __LSS_STREAMERTYPES_H__
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator