|
FireSync API
|
Declares the kForwardBlockInfo class.
Go to the source code of this file.
Macros | |
| #define | kFORWARD_BLOCK_INFO_MAX_PORT_COUNT (64) |
| Maximum supported channels. | |
| #define | kForwardBlockInfo_InputId_(INDEX) (INDEX) |
| Gets the input port id associated with the specified input/output pair index. More... | |
| #define | kForwardBlockInfo_InputIndex_(ID) (ID) |
| Gets the input/output pair index associated with the specified input port id. More... | |
| #define | kForwardBlockInfo_OutputId_(INDEX) (kFORWARD_BLOCK_INFO_MAX_PORT_COUNT + (INDEX)) |
| Gets the output port id associated with the specified input/output pair index. More... | |
| #define | kForwardBlockInfo_OutputIndex_(ID) ((ID) - kFORWARD_BLOCK_INFO_MAX_PORT_COUNT) |
| Gets the input/output pair index associated with the specified output port id. More... | |