Functions | |
| ASX32_API ASX_ERROR | ASX_Multiplexer_Enumerate (ASX_HANDLE hMux, const int nIndex, enum asxNODE *peNode, int *pnNodeIndex, int *pnCount) |
| Enumerate each multiplexer option. | |
| ASX32_API ASX_ERROR | ASX_Multiplexer_Get (ASX_HANDLE hMux, enum asxNODE *peNode, int *pnNodeIndex) |
| Get the current multiplexer setting. | |
| ASX32_API ASX_ERROR | ASX_Multiplexer_Set (ASX_HANDLE hMux, const enum asxNODE eNode, const int nNodeIndex) |
| Set the multiplexer. | |
|
||||||||||||||||||||||||
|
Enumerate each multiplexer option. Returns each multiplexer option in terms of a node type and an index. For example, if value selections are Line Ins 1-4, this function will return asxNODE_LINE_IN with the nNodeIndex value set to 0-3. To find all available settings, this function should be called repeatedly with incrememnting values on nIndex until an error is returned.
|
|
||||||||||||||||
|
Get the current multiplexer setting.
|
|
||||||||||||||||
|
Set the multiplexer.
|
1.4.6-NO