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