Ver código fonte

cmAudDspLocal.h: Added comments.

master
kevin 8 anos atrás
pai
commit
aa7b9f5d90
1 arquivos alterados com 12 adições e 0 exclusões
  1. 12
    0
      cmAudDspLocal.h

+ 12
- 0
cmAudDspLocal.h Ver arquivo

@@ -5,6 +5,18 @@
5 5
 extern "C" {
6 6
 #endif
7 7
 
8
+  /*
9
+    This class instantiates an audio-DSP engine (cmAudDsp),
10
+    an interface for communicating with it (cmAudDspIF),
11
+    and message delivery functions for copying messages
12
+    in both directions between cmAuDsp and cmAudDspIF.
13
+
14
+    Note that the actual inteface which allows an application to
15
+    control, and receive message from, cmAudDsp is provided by
16
+    cmAudDspIF - which this class provides a handle to.
17
+    
18
+   */
19
+  
8 20
   enum
9 21
   {
10 22
     kOkAdlRC = cmOkRC,

Carregando…
Cancelar
Salvar