cmAudDspLocal.h: Added comments.
This commit is contained in:
parent
b24a484f81
commit
aa7b9f5d90
@ -5,6 +5,18 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
This class instantiates an audio-DSP engine (cmAudDsp),
|
||||||
|
an interface for communicating with it (cmAudDspIF),
|
||||||
|
and message delivery functions for copying messages
|
||||||
|
in both directions between cmAuDsp and cmAudDspIF.
|
||||||
|
|
||||||
|
Note that the actual inteface which allows an application to
|
||||||
|
control, and receive message from, cmAudDsp is provided by
|
||||||
|
cmAudDspIF - which this class provides a handle to.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
kOkAdlRC = cmOkRC,
|
kOkAdlRC = cmOkRC,
|
||||||
|
Loading…
Reference in New Issue
Block a user