#include <InOut.h>
Inheritance diagram for csl::InOut:

Public Member Functions | |
| InOut (IO *anIO, InOutFlags f=kNoProc, unsigned inChan=0, unsigned outChan=0) | |
| Constuctor with optional parameters: processing, and number of channels in & out. | |
| ~InOut () | |
| void | setInChan (unsigned chan) |
| void | setOutChan (unsigned chan) |
| virtual void | nextBuffer (Buffer &outputBuffer) throw (CException) |
Private Attributes | |
| InOutFlags | mFlags |
| int | mInChan |
| use for # in chans | |
| int | mOutChan |
| used if we just want to output to one channel | |
| IO * | mIO |
| The Singleton IO pointer. | |
|
||||||||||||||||||||
|
Constuctor with optional parameters: processing, and number of channels in & out.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use for # in chans
|
|
|
used if we just want to output to one channel
|
|
|
The Singleton IO pointer.
|
1.4.5-20051010