|  | JackUtils 0.5
    Provides simplified Jack API for clients :) | 
Theese data structures are INTERNAL and MUST NOT BE USED IN PROGRAMS! More...
Go to the source code of this file.
| 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 | |
Theese data structures are INTERNAL and MUST NOT BE USED IN PROGRAMS!