#include <CGestalt.h>
Static Public Member Functions | |
| static unsigned | frameRate () |
| default frame rate | |
| static void | setFrameRate (unsigned frameRate) |
| static unsigned | numInChannels () |
| default number of input channels | |
| static void | setNumInChannels (unsigned numChannels) |
| static unsigned | numOutChannels () |
| default number of output channels | |
| static void | setNumOutChannels (unsigned numChannels) |
| static unsigned | maxBufferFrames () |
| the max possible num frames that can be requested | |
| static void | setMaxBufferFrames (unsigned numFrames) |
| static unsigned | blockSize () |
| the default block size | |
| static void | setBlockSize (unsigned blockSize) |
| static unsigned | verbosity () |
| the default logging verbosity (0 = only fatal errors, 1 = warnings, 2 = most msgs, 3 = include info msgs) | |
| static void | setVerbosity (unsigned verbosity) |
| static unsigned | loggingPeriod () |
| the default logging period | |
| static void | setLoggingPeriod (unsigned loggingPeriod) |
| static unsigned | outPort () |
| the default RemoteIO output port | |
| static void | setOutPort (unsigned outPort) |
|
|
default frame rate
|
|
|
|
|
|
default number of input channels
|
|
|
|
|
|
default number of output channels
|
|
|
|
|
|
the max possible num frames that can be requested
|
|
|
|
|
|
the default block size
|
|
|
|
|
|
the default logging verbosity (0 = only fatal errors, 1 = warnings, 2 = most msgs, 3 = include info msgs)
|
|
|
|
|
|
the default logging period
|
|
|
|
|
|
the default RemoteIO output port
|
|
|
|
1.4.5-20051010