kwave  18.07.70
ReaderMode.h
Go to the documentation of this file.
1 /***************************************************************************
2  ReaderMode.h - modes for reading samples from a track
3  -------------------
4  begin : May 31 2009
5  copyright : (C) 2009 by Thomas Eschenbacher
6  email : Thomas Eschenbacher <thomas.eschenbacher@gmx.de>
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 
18 #ifndef READER_MODE_H
19 #define READER_MODE_H
20 
21 namespace Kwave
22 {
23 
27  typedef enum {
49  } ReaderMode;
50 
51 }
52 
53 #endif /* READER_MODE_H */
54 
55 //***************************************************************************
56 //***************************************************************************
Definition: App.h:33
ReaderMode
Definition: ReaderMode.h:27