|
JackUtils 0.5
Provides simplified Jack API for clients :)
|
Useful for jackutils developers only! DO NOT USE THIS FUNCTIONS IN YOUR UTILITIES! More...
Data Structures | |
| struct | ju_port_s |
| internal JackUtils port structure. More... | |
| struct | ju_ctx_s |
| Internal JackUtils context structure. More... | |
Typedefs | |
| typedef struct ju_port_s | ju_port_t |
| internal JackUtils port structure. More... | |
Functions | |
| JU_STAT struct ju_port_s * | get_port_s (ju_ctx_t *x, int p) |
| get internal port structure by the given descriptor | |
| JU_STAT jack_port_t * | get_port_j (ju_ctx_t *x, int p) |
| get jack_port_t by the given descriptor | |
| JU_STAT int | is_input (ju_ctx_t *x, int p) |
| check is port has JU_INPUT type by given descriptor | |
Useful for jackutils developers only! DO NOT USE THIS FUNCTIONS IN YOUR UTILITIES!