types.h
Go to the documentation of this file.
75 #define JACK_MAX_FRAMES (4294967295U) /* This should be UINT32_MAX, but C++ has a problem with that. */
170 #define JackOpenOptions (JackSessionID | JackServerName | JackNoStartServer | JackUseExactName | JackNoBackground)
518 typedef void (*JackPortConnectCallback)(jack_port_id_t a, jack_port_id_t b, int connect, void* arg);
530 typedef int (*JackPortRenameCallback)(jack_port_id_t port, const char* old_name, const char* new_name, void *arg);
Generated by |
|
|