Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members

ik_EStreamModes.h

Go to the documentation of this file.
00001 // Copyright (C) 2002-2008 Nikolaus Gebhardt
00002 // This file is part of the "irrKlang" library.
00003 // For conditions of distribution and use, see copyright notice in irrKlang.h
00004 
00005 #ifndef __E_IRRKLANG_STREAM_MODES_H_INCLUDED__
00006 #define __E_IRRKLANG_STREAM_MODES_H_INCLUDED__
00007 
00008 namespace irrklang  
00009 {
00011         enum E_STREAM_MODE
00012         {
00014                 ESM_AUTO_DETECT = 0,
00015 
00017                 ESM_STREAMING,
00018 
00020                 ESM_NO_STREAMING,
00021 
00024                 ESM_FORCE_32_BIT = 0x7fffffff
00025         };
00026 
00027 } // end namespace irrklang
00028 
00029 
00030 #endif
00031 

irrKlang Audio Library
The irrKlang Engine Documentation © 2003-2007 by Nikolaus Gebhardt. Generated on Sun Oct 12 13:44:49 2008 by Doxygen (1.5.4)