Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cAudioMP3.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cAudioMP3_H
7 #define _INC_cAudioMP3_H
8 #if _MSC_VER >= 1000
9 #pragma once
10 #endif // _MSC_VER >= 1000
11 
12 #include "GrayCodec.h"
13 
14 #ifdef USE_MP3
18 
19 namespace GrayCodec
20 {
22 
23  class GRAYCODEC_LINK cAudioMP3 // : public ISoundObject
24  {
31  public:
32  cAudioMP3(void);
33  ~cAudioMP3(void);
34 
36  };
38  {
41  };
43  {
46  };
47 };
48 
49 #endif
50 #endif
#define GRAYCODEC_LINK
Definition: GrayCodec.h:15
Definition: cAudioMP3.h:43
Definition: cAudioMP3.h:38
Definition: cAudioMP3.h:24
UNITTEST_FRIEND(cAudioMP3)
Definition: cStreamStack.h:17
Definition: cStreamStack.h:41
lib jp2 opaque internal structure.
Definition: GrayCodec.cpp:26
UNITTEST2_PREDEF(cAudioAAC)